parent
aa8062f95f
commit
da176b9501
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# uwu
|
||||
|
||||
uwu in every (soon™️) programming language in the world (72 languages and keeps growing)
|
||||
uwu in every (soon™️) programming language in the world (73 languages and keeps growing)
|
||||
|
||||
## Languages
|
||||
|
||||
|
@ -42,6 +42,7 @@ uwu in every (soon™️) programming language in the world (72 languages and ke
|
|||
- [Nim](uwu.nim)
|
||||
- [Objective-C](uwu.m)
|
||||
- [OCaml](uwu.ml)
|
||||
- [Odin](uwu.odin)
|
||||
- [Pascal](uwu.pas)
|
||||
- [Perl](uwu.pl)
|
||||
- [PHP](uwu.php)
|
||||
|
|
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