Compare commits

..

1 commit

Author SHA1 Message Date
cf968d4237 Add uwu in COBOL 2021-07-25 19:17:33 +02:00
2 changed files with 0 additions and 7 deletions

View file

@ -11,7 +11,6 @@ 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)

View file

@ -1,6 +0,0 @@
000100 id division.
000200 program-id. uwu.
000300 procedure division.
000400 display "uwu" end-display
000500 goback.