Compare commits

..

No commits in common. "1fb00b9841bdc6707000aafdd412092104cd6574" and "405acf3c27de464336f0793bd25838536176cc2d" have entirely different histories.

4 changed files with 1 additions and 14 deletions

View File

@ -1,6 +1,6 @@
# uwu
uwu in every (soon™) programming language in the world (72 languages and keeps growing)
uwu in every (soon™) programming language in the world (69 languages and keeps growing)
## Languages
@ -32,7 +32,6 @@ uwu in every (soon™) programming language in the world (72 languages and ke
- [Forth](uwu.forth)
- [Fortran](uwu.f)
- [Go](uwu.go)
- [Groovy](uwu.groovy)
- [Haskell](uwu.hs)
- [Java](uwu.java)
- [Javascript](uwu.js)
@ -67,7 +66,6 @@ uwu in every (soon™) programming language in the world (72 languages and ke
## Assemblers
- [High Level Assembly](uwu.hla)
- [LLVM IR](uwu.ll)
## Esoteric Languages
@ -78,7 +76,6 @@ uwu in every (soon™) programming language in the world (72 languages and ke
- [Copypasta](uwu.copypasta)
- [FiM++](uwu.fim)
- [Hexagony](uwu.hxg)
- [HQ9+](uwu.hq)
- [INTERCAL](uwu.i)
- [LOLCODE](uwu.lolcode)
- [Mascarpone](uwu.mascarpone)

View File

@ -1 +0,0 @@
println "uwu"

1
uwu.hq
View File

@ -1 +0,0 @@
H

8
uwu.ll
View File

@ -1,8 +0,0 @@
declare i32 @puts(i8*)
@uwu = internal constant [4 x i8] c"uwu\00"
define i32 @main()
{
call i32 @puts(i8* getelementptr ([4 x i8], [4 x i8]* @uwu, i32 0, i32 0))
ret i32 0
}