Compare commits

..

No commits in common. "22d98bbdd6e7c20bda11ef2ee53e6a430b7d6b11" and "5539619d3fd3fd18e18c30203402265a624a494b" have entirely different histories.

4 changed files with 0 additions and 17 deletions

View file

@ -10,13 +10,10 @@ uwu in every programming language in the world
- [C](uwu.c)
- [C#](uwu.cs)
- [C++](uwu.cpp)
- [COBOL](uwu.cbl)
- [GnuCOBOL](uwu.gcbl)
- [D](uwu.d)
- [Elixir](uwu.ex)
- [Emojicode](uwu.emojic)
- [F#](uwu.fs)
- [Fortran](uwu.f)
- [Go](uwu.go)
- [Haskell](uwu.hs)
- [Java](uwu.java)

View file

@ -1,5 +0,0 @@
IDENTIFICATION DIVISION.
PROGRAM-ID. UWU.
PROCEDURE DIVISION.
DISPLAY 'uwu'.
STOP RUN.

3
uwu.f
View file

@ -1,3 +0,0 @@
program uwu
print *, "uwu"
end program

View file

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