Skip to content

Instantly share code, notes, and snippets.

@CarterTsai
Created April 14, 2020 15:36
Show Gist options
  • Save CarterTsai/769d070428f03274a7588bb56440f58d to your computer and use it in GitHub Desktop.
Save CarterTsai/769d070428f03274a7588bb56440f58d to your computer and use it in GitHub Desktop.
引用libhello的library
extern crate hello;
fn main() {
hello::world();
hello::you_can_say();
hello::say();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment