Add uwu in Rust
69 commit 😼
This commit is contained in:
parent
4bdf5dc780
commit
707d9c98f6
2 changed files with 5 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 (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
3
uwu.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("uwu");
|
||||
}
|
Loading…
Reference in a new issue