diff --git a/README.md b/README.md index 6f6d7a2..f71e9da 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ uwu in every programming language in the world - [Ada](uwu.adb) - [AppleScript](uwu.applescript) - [AWK](uwu.awk) +- [Batch file](uwu.bat) - [Bourne shell (sh)](uwu.sh) - [B](uwu.b) - [bc](uwu.bc) @@ -16,6 +17,7 @@ uwu in every programming language in the world - [Chapel](uwu.chpl) - [Clojure](uwu.clj) - [COBOL](uwu.cbl) +- [Crystal](uwu.cr) - [D](uwu.d) - [Dart](uwu.dart) - [Elixir](uwu.ex) @@ -23,6 +25,7 @@ uwu in every programming language in the world - [Emacs Lisp](uwu.el) - [Emojicode](uwu.emojic) - [F#](uwu.fs) +- [Forth](uwu.forth) - [Fortran](uwu.f) - [Go](uwu.go) - [Haskell](uwu.hs) diff --git a/uwu.bat b/uwu.bat new file mode 100644 index 0000000..0fce0b7 --- /dev/null +++ b/uwu.bat @@ -0,0 +1 @@ +@echo uwu diff --git a/uwu.cr b/uwu.cr new file mode 100644 index 0000000..cae1ad0 --- /dev/null +++ b/uwu.cr @@ -0,0 +1 @@ +puts "uwu" diff --git a/uwu.forth b/uwu.forth new file mode 100644 index 0000000..3466292 --- /dev/null +++ b/uwu.forth @@ -0,0 +1 @@ +.( uwu) CR