Compare commits
2 commits
c1a76b7e42
...
8cc7e1e2ac
Author | SHA1 | Date | |
---|---|---|---|
8cc7e1e2ac | |||
ff31b33f14 |
2 changed files with 5 additions and 1 deletions
|
@ -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
3
uwu.pony
Normal file
|
@ -0,0 +1,3 @@
|
|||
actor Main
|
||||
new create(env: Env) =>
|
||||
env.out.print("uwu")
|
Loading…
Reference in a new issue