Skip to content

Instantly share code, notes, and snippets.

@huonw
Forked from anonymous/main.rs
Last active December 18, 2015 01:39
Show Gist options
  • Save huonw/5705332 to your computer and use it in GitHub Desktop.
Save huonw/5705332 to your computer and use it in GitHub Desktop.
pub mod other;
fn main() {
other::hello();
}
pub fn hello {
println("hello world!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment