Skip to content

Instantly share code, notes, and snippets.

@ox1111
Created October 17, 2017 05:51
Show Gist options
  • Save ox1111/f578d102747abb2b2a088180b0f3192b to your computer and use it in GitHub Desktop.
Save ox1111/f578d102747abb2b2a088180b0f3192b to your computer and use it in GitHub Desktop.
hello world 찍기
//
// write by kyoung chip
//
// install
//
// curl -sSf https://static.rust-lang.org/rustup.sh | sh
//
// rustc hello.rs
// ./hello
//
fn main()
{
println!(" hello world ");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment