Initial commit for rupsc

This commit is contained in:
Aram 🍐 2021-07-30 12:20:29 -04:00
parent 43121ce2ea
commit 80ceb6f1df
3 changed files with 13 additions and 1 deletions

3
rupsc/src/main.rs Normal file
View file

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