Skip to content

Instantly share code, notes, and snippets.

Created June 4, 2013 11:44
Show Gist options
  • Save anonymous/5705329 to your computer and use it in GitHub Desktop.
Save anonymous/5705329 to your computer and use it in GitHub Desktop.
pub mod other;
use 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