rust book again
This commit is contained in:
parent
2c3b08521c
commit
1ac761fa8d
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!");
|
||||
}
|
Loading…
Reference in New Issue
Block a user