diff --git a/README.md b/README.md index 85f1ae7..3935b93 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/uwu.pony b/uwu.pony new file mode 100644 index 0000000..ea668de --- /dev/null +++ b/uwu.pony @@ -0,0 +1,3 @@ +actor Main + new create(env: Env) => + env.out.print("uwu")