Compare commits
1 commit
cf968d4237
...
22d98bbdd6
Author | SHA1 | Date | |
---|---|---|---|
22d98bbdd6 |
2 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,7 @@ uwu in every programming language in the world
|
|||
- [C#](uwu.cs)
|
||||
- [C++](uwu.cpp)
|
||||
- [COBOL](uwu.cbl)
|
||||
- [GnuCOBOL](uwu.gcbl)
|
||||
- [D](uwu.d)
|
||||
- [Elixir](uwu.ex)
|
||||
- [Emojicode](uwu.emojic)
|
||||
|
|
6
uwu.gcbl
Normal file
6
uwu.gcbl
Normal file
|
@ -0,0 +1,6 @@
|
|||
000100 id division.
|
||||
000200 program-id. uwu.
|
||||
000300 procedure division.
|
||||
000400 display "uwu" end-display
|
||||
000500 goback.
|
||||
|
Loading…
Reference in a new issue