Compare commits
3 commits
f413427fdb
...
917cf26987
Author | SHA1 | Date | |
---|---|---|---|
917cf26987 | |||
6f1c504a38 | |||
e7fc739f72 |
4 changed files with 6 additions and 0 deletions
|
@ -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
1
uwu.bat
Normal file
|
@ -0,0 +1 @@
|
|||
@echo uwu
|
1
uwu.cr
Normal file
1
uwu.cr
Normal file
|
@ -0,0 +1 @@
|
|||
puts "uwu"
|
1
uwu.forth
Normal file
1
uwu.forth
Normal file
|
@ -0,0 +1 @@
|
|||
.( uwu) CR
|
Loading…
Reference in a new issue