Add uwu in Rust

69 commit 😼
This commit is contained in:
sech1p 2021-08-15 21:49:53 +02:00
parent 4bdf5dc780
commit 707d9c98f6
Signed by: sech1p
GPG Key ID: 44917CFA577DA652
2 changed files with 5 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 (67 languages and keeps growing)
## Languages
@ -50,6 +50,7 @@ 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)

3
uwu.rs Normal file
View File

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