Compare commits
3 commits
4bdf5dc780
...
405acf3c27
Author | SHA1 | Date | |
---|---|---|---|
405acf3c27 | |||
d9f093c410 | |||
707d9c98f6 |
4 changed files with 18 additions and 1 deletions
|
@ -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
7
uwu.hla
Normal file
|
@ -0,0 +1,7 @@
|
|||
program uwu;
|
||||
|
||||
#include("stdlib.hhf");
|
||||
|
||||
begin uwu;
|
||||
stdout.put("uwu", nl);
|
||||
end uwu;
|
3
uwu.rs
Normal file
3
uwu.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("uwu");
|
||||
}
|
1
uwu.sxy
Normal file
1
uwu.sxy
Normal file
|
@ -0,0 +1 @@
|
|||
(sys.say "uwu")
|
Loading…
Reference in a new issue