Add uwu in High Level Assembly

This commit is contained in:
sech1p 2021-08-15 23:21:17 +02:00
parent 707d9c98f6
commit d9f093c410
Signed by: sech1p
GPG Key ID: 44917CFA577DA652
2 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# uwu
uwu in every (soon™) programming language in the world (67 languages and keeps growing)
uwu in every (soon™) programming language in the world (68 languages and keeps growing)
## Languages
@ -62,6 +62,10 @@ uwu in every (soon™) programming language in the world (67 languages and ke
- [Xojo](uwu.xojo)
- [Zig](uwu.zig)
## Assemblers
- [High Level Assembly](uwu.hla)
## Esoteric Languages
- [APL](uwu.apl)

7
uwu.hla Normal file
View File

@ -0,0 +1,7 @@
program uwu;
#include("stdlib.hhf");
begin uwu;
stdout.put("uwu", nl);
end uwu;