Compare commits
4 commits
dc69f477a5
...
f413427fdb
Author | SHA1 | Date | |
---|---|---|---|
f413427fdb | |||
1234d38eef | |||
9ed692ac7f | |||
e4783eb1b9 |
5 changed files with 14 additions and 0 deletions
|
@ -4,10 +4,12 @@ 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)
|
||||
|
@ -45,10 +47,12 @@ 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)
|
||||
|
|
7
uwu.adb
Normal file
7
uwu.adb
Normal file
|
@ -0,0 +1,7 @@
|
|||
with Ada.Text_IO;
|
||||
use Ada.Text_IO;
|
||||
|
||||
procedure uwu is
|
||||
begin
|
||||
Put_Line ("uwu");
|
||||
end uwu;
|
1
uwu.apl
Normal file
1
uwu.apl
Normal file
|
@ -0,0 +1 @@
|
|||
⎕←'uwu'
|
1
uwu.bc
Normal file
1
uwu.bc
Normal file
|
@ -0,0 +1 @@
|
|||
print "uwu\n";
|
1
uwu.xojo
Normal file
1
uwu.xojo
Normal file
|
@ -0,0 +1 @@
|
|||
Print "uwu"
|
Loading…
Reference in a new issue