Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

/Makefile Secret

Created September 14, 2017 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/798c0b832012b6c797213fb4cc2bb9f3 to your computer and use it in GitHub Desktop.
Save anonymous/798c0b832012b6c797213fb4cc2bb9f3 to your computer and use it in GitHub Desktop.
rust starter
fn main() {
println!("Hello World!");
}
all:
rustc -o run hello.rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment