rust book again
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,6 +5,7 @@
|
||||
/arduino/arduino.mk
|
||||
/arduino/libraries/*
|
||||
/arduino/libraries/.raw/
|
||||
/hello_world/main
|
||||
/oldstuff/intro-to-crafty/assets/*
|
||||
/oldstuff/intro-to-crafty/lib/crafty.js
|
||||
/oldstuff/intro-to-crafty/tmp/*
|
||||
|
3
hello_world/main.rs
Normal file
3
hello_world/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
Reference in New Issue
Block a user