Compare commits

..

No commits in common. "f413427fdb42f1a71b3b85177c8d09b7c8e7a16e" and "dc69f477a582fabbd51ecd7f451f105431e4230f" have entirely different histories.

5 changed files with 0 additions and 14 deletions

View file

@ -4,12 +4,10 @@ uwu in every programming language in the world
## Languages
- [Ada](uwu.adb)
- [AppleScript](uwu.applescript)
- [AWK](uwu.awk)
- [Bourne shell (sh)](uwu.sh)
- [B](uwu.b)
- [bc](uwu.bc)
- [C](uwu.c)
- [C#](uwu.cs)
- [C++](uwu.cpp)
@ -47,12 +45,10 @@ uwu in every programming language in the world
- [Swift](uwu.swift)
- [Vim script](uwu.vim)
- [Visual Basic .NET](uwu.vbnet)
- [Xojo](uwu.xojo)
- [Zig](uwu.zig)
## Esoteric Languages
- [APL](uwu.apl)
- [asm2bf](uwu.asm2bf)
- [Befunge](uwu.befunge)
- [Brainfuck](uwu.bf)

View file

@ -1,7 +0,0 @@
with Ada.Text_IO;
use Ada.Text_IO;
procedure uwu is
begin
Put_Line ("uwu");
end uwu;

View file

@ -1 +0,0 @@
'uwu'

1
uwu.bc
View file

@ -1 +0,0 @@
print "uwu\n";

View file

@ -1 +0,0 @@
Print "uwu"