diff --git a/README.md b/README.md index 4349100..e68c4a1 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/uwu.05ab1e b/uwu.05ab1e deleted file mode 100644 index fbcfa48..0000000 --- a/uwu.05ab1e +++ /dev/null @@ -1 +0,0 @@ -"uwu" diff --git a/uwu.jelly b/uwu.jelly deleted file mode 100644 index 0f7ba80..0000000 --- a/uwu.jelly +++ /dev/null @@ -1,2 +0,0 @@ -“uwu -“ diff --git a/uwu.odin b/uwu.odin deleted file mode 100644 index 4d38acb..0000000 --- a/uwu.odin +++ /dev/null @@ -1,7 +0,0 @@ -package uwu - -import "core:fmt" - -main :: proc() { - fmt.println("uwu"); -}