Compare commits

...

3 Commits

Author SHA1 Message Date
sech1p 405acf3c27
Add uwu in Sexy
69 programming language 😼
2021-08-16 00:00:45 +02:00
sech1p d9f093c410
Add uwu in High Level Assembly 2021-08-15 23:21:17 +02:00
sech1p 707d9c98f6
Add uwu in Rust
69 commit 😼
2021-08-15 21:49:53 +02:00
4 changed files with 18 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# uwu
uwu in every (soon™) programming language in the world (66 languages and keeps growing)
uwu in every (soon™) programming language in the world (69 languages and keeps growing)
## Languages
@ -50,9 +50,11 @@ uwu in every (soon™) programming language in the world (66 languages and ke
- [R](uwu.r)
- [Rexx](uwu.rexx)
- [Ruby](uwu.rb)
- [Rust](uwu.rs)
- [Scala](uwu.scala)
- [Scheme](uwu.scm)
- [sed](uwu.sed)
- [Sexy](uwu.sxy)
- [Swift](uwu.swift)
- [Tcl](uwu.tcl)
- [Vala](uwu.vala)
@ -61,6 +63,10 @@ uwu in every (soon™) programming language in the world (66 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;

3
uwu.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
println!("uwu");
}

1
uwu.sxy Normal file
View File

@ -0,0 +1 @@
(sys.say "uwu")