First commit

This commit is contained in:
Natsu Kagami 2019-10-25 14:07:24 -04:00
commit b7907a72e2
9 changed files with 1748 additions and 0 deletions

3
youmubot-osu/src/main.rs Normal file
View file

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