Add uwu in High Level Assembly
This commit is contained in:
parent
707d9c98f6
commit
d9f093c410
2 changed files with 12 additions and 1 deletions
|
@ -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
7
uwu.hla
Normal file
|
@ -0,0 +1,7 @@
|
|||
program uwu;
|
||||
|
||||
#include("stdlib.hhf");
|
||||
|
||||
begin uwu;
|
||||
stdout.put("uwu", nl);
|
||||
end uwu;
|
Loading…
Reference in a new issue