Compare commits

..

No commits in common. "ba3f0acc56e3a4725426e55b3a7f5672867f5d94" and "aa8062f95fe6198e85acb6a052f9b1b078aa4d2c" have entirely different histories.

4 changed files with 1 additions and 17 deletions

View File

@ -1,6 +1,6 @@
# uwu
uwu in every (soon™) programming language in the world (75 languages and keeps growing)
uwu in every (soon™) programming language in the world (72 languages and keeps growing)
## Languages
@ -42,7 +42,6 @@ uwu in every (soon™) programming language in the world (75 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)
@ -84,8 +83,3 @@ uwu in every (soon™) programming language in the world (75 languages and ke
- [LOLCODE](uwu.lolcode)
- [Mascarpone](uwu.mascarpone)
- [Vyxal](uwu.vy)
## Golfing Languages
- [05AB1E](uwu.05ab1e)
- [Jelly](uwu.jelly)

View File

@ -1 +0,0 @@
"uwu"

View File

@ -1,2 +0,0 @@
“uwu

View File

@ -1,7 +0,0 @@
package uwu
import "core:fmt"
main :: proc() {
fmt.println("uwu");
}