Compare commits
4 commits
9754ef89cb
...
c1a76b7e42
Author | SHA1 | Date | |
---|---|---|---|
c1a76b7e42 | |||
af1ea7f77b | |||
3b658db7d8 | |||
763c4bccf7 |
5 changed files with 16 additions and 0 deletions
|
@ -11,10 +11,12 @@ uwu in every programming language in the world
|
||||||
- [Bourne shell (sh)](uwu.sh)
|
- [Bourne shell (sh)](uwu.sh)
|
||||||
- [B](uwu.b)
|
- [B](uwu.b)
|
||||||
- [bc](uwu.bc)
|
- [bc](uwu.bc)
|
||||||
|
- [BCPL](uwu.bcpl)
|
||||||
- [C](uwu.c)
|
- [C](uwu.c)
|
||||||
- [C#](uwu.cs)
|
- [C#](uwu.cs)
|
||||||
- [C++](uwu.cpp)
|
- [C++](uwu.cpp)
|
||||||
- [Chapel](uwu.chpl)
|
- [Chapel](uwu.chpl)
|
||||||
|
- [Clipper](uwu.prg)
|
||||||
- [Clojure](uwu.clj)
|
- [Clojure](uwu.clj)
|
||||||
- [COBOL](uwu.cbl)
|
- [COBOL](uwu.cbl)
|
||||||
- [Crystal](uwu.cr)
|
- [Crystal](uwu.cr)
|
||||||
|
@ -24,6 +26,7 @@ uwu in every programming language in the world
|
||||||
- [Erlang](uwu.erl)
|
- [Erlang](uwu.erl)
|
||||||
- [Emacs Lisp](uwu.el)
|
- [Emacs Lisp](uwu.el)
|
||||||
- [Emojicode](uwu.emojic)
|
- [Emojicode](uwu.emojic)
|
||||||
|
- [Euphoria](uwu.e)
|
||||||
- [F#](uwu.fs)
|
- [F#](uwu.fs)
|
||||||
- [Forth](uwu.forth)
|
- [Forth](uwu.forth)
|
||||||
- [Fortran](uwu.f)
|
- [Fortran](uwu.f)
|
||||||
|
@ -63,4 +66,5 @@ uwu in every programming language in the world
|
||||||
- [FiM++](uwu.fim)
|
- [FiM++](uwu.fim)
|
||||||
- [Hexagony](uwu.hxg)
|
- [Hexagony](uwu.hxg)
|
||||||
- [INTERCAL](uwu.i)
|
- [INTERCAL](uwu.i)
|
||||||
|
- [LOLCODE](uwu.lolcode)
|
||||||
- [Mascarpone](uwu.mascarpone)
|
- [Mascarpone](uwu.mascarpone)
|
||||||
|
|
6
uwu.bcpl
Normal file
6
uwu.bcpl
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
get "libhdr"
|
||||||
|
|
||||||
|
let start() be
|
||||||
|
$(
|
||||||
|
writes("uwu*n")
|
||||||
|
$)
|
1
uwu.e
Normal file
1
uwu.e
Normal file
|
@ -0,0 +1 @@
|
||||||
|
puts(1, "uwu\n")
|
4
uwu.lolcode
Normal file
4
uwu.lolcode
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
HAI 1.0
|
||||||
|
CAN HAS STDIO?
|
||||||
|
VISIBLE "uwu"
|
||||||
|
KTHXBYE
|
1
uwu.prg
Normal file
1
uwu.prg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
?"uwu"
|
Loading…
Reference in a new issue