Skip to content

Instantly share code, notes, and snippets.

@avgerin0s
Created May 4, 2013 18:22
Show Gist options
  • Save avgerin0s/5518287 to your computer and use it in GitHub Desktop.
Save avgerin0s/5518287 to your computer and use it in GitHub Desktop.
Hello
use io::println;
fn main() {
println("Hello, world.");
}
use core::io::println;
fn main() {
println("Hello, world.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment