Compare commits
3 commits
aa8062f95f
...
ba3f0acc56
Author | SHA1 | Date | |
---|---|---|---|
ba3f0acc56 | |||
9bb898aa49 | |||
da176b9501 |
4 changed files with 17 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# uwu
|
# uwu
|
||||||
|
|
||||||
uwu in every (soon™️) programming language in the world (72 languages and keeps growing)
|
uwu in every (soon™️) programming language in the world (75 languages and keeps growing)
|
||||||
|
|
||||||
## Languages
|
## Languages
|
||||||
|
|
||||||
|
@ -42,6 +42,7 @@ uwu in every (soon™️) programming language in the world (72 languages and ke
|
||||||
- [Nim](uwu.nim)
|
- [Nim](uwu.nim)
|
||||||
- [Objective-C](uwu.m)
|
- [Objective-C](uwu.m)
|
||||||
- [OCaml](uwu.ml)
|
- [OCaml](uwu.ml)
|
||||||
|
- [Odin](uwu.odin)
|
||||||
- [Pascal](uwu.pas)
|
- [Pascal](uwu.pas)
|
||||||
- [Perl](uwu.pl)
|
- [Perl](uwu.pl)
|
||||||
- [PHP](uwu.php)
|
- [PHP](uwu.php)
|
||||||
|
@ -83,3 +84,8 @@ uwu in every (soon™️) programming language in the world (72 languages and ke
|
||||||
- [LOLCODE](uwu.lolcode)
|
- [LOLCODE](uwu.lolcode)
|
||||||
- [Mascarpone](uwu.mascarpone)
|
- [Mascarpone](uwu.mascarpone)
|
||||||
- [Vyxal](uwu.vy)
|
- [Vyxal](uwu.vy)
|
||||||
|
|
||||||
|
## Golfing Languages
|
||||||
|
|
||||||
|
- [05AB1E](uwu.05ab1e)
|
||||||
|
- [Jelly](uwu.jelly)
|
||||||
|
|
1
uwu.05ab1e
Normal file
1
uwu.05ab1e
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"uwu"
|
2
uwu.jelly
Normal file
2
uwu.jelly
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
“uwu
|
||||||
|
“
|
7
uwu.odin
Normal file
7
uwu.odin
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
package uwu
|
||||||
|
|
||||||
|
import "core:fmt"
|
||||||
|
|
||||||
|
main :: proc() {
|
||||||
|
fmt.println("uwu");
|
||||||
|
}
|
Loading…
Reference in a new issue