Compare commits

..

1 commit

Author SHA1 Message Date
22d98bbdd6 Add uwu in COBOL 2021-07-25 18:21:21 +02:00
2 changed files with 7 additions and 0 deletions

View file

@ -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
View file

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