Compare commits

...

2 Commits

Author SHA1 Message Date
sech1p 8cc7e1e2ac
Add uwu in Pony 2021-08-12 20:49:44 +02:00
sech1p ff31b33f14
Make README.md more honest 2021-08-12 20:46:10 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# uwu
uwu in every programming language in the world
uwu in every (soon™) programming language in the world (61 languages and keeps growing)
## Languages
@ -42,6 +42,7 @@ uwu in every programming language in the world
- [Pascal](uwu.pas)
- [Perl](uwu.pl)
- [PHP](uwu.php)
- [Pony](uwu.pony)
- [PowerShell](uwu.ps1)
- [Python 1 & 2](uwu.py)
- [Python 3](uwu.py3)

3
uwu.pony Normal file
View File

@ -0,0 +1,3 @@
actor Main
new create(env: Env) =>
env.out.print("uwu")