Add uwu in Pony

This commit is contained in:
sech1p 2021-08-12 20:49:44 +02:00
parent ff31b33f14
commit 8cc7e1e2ac
Signed by: sech1p
GPG Key ID: 44917CFA577DA652
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# uwu
uwu in every (soon™) programming language in the world (60 languages and keeps growing)
uwu in every (soon™) programming language in the world (61 languages and keeps growing)
## Languages
@ -42,6 +42,7 @@ uwu in every (soon™) programming language in the world (60 languages and ke
- [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")