Compare commits

...

3 Commits

Author SHA1 Message Date
sech1p 917cf26987
Add uwu in Forth 2021-08-11 00:04:55 +02:00
sech1p 6f1c504a38
Add uwu in Batch file 2021-08-10 23:52:16 +02:00
sech1p e7fc739f72
Add uwu in Crystal 2021-08-10 23:08:40 +02:00
4 changed files with 6 additions and 0 deletions

View File

@ -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)

1
uwu.bat Normal file
View File

@ -0,0 +1 @@
@echo uwu

1
uwu.cr Normal file
View File

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

1
uwu.forth Normal file
View File

@ -0,0 +1 @@
.( uwu) CR