Skip to content

Instantly share code, notes, and snippets.

@stmtk1
Created December 2, 2019 08:57
Show Gist options
  • Save stmtk1/a7a3e8a23c745f3df956853d94e3cdd4 to your computer and use it in GitHub Desktop.
Save stmtk1/a7a3e8a23c745f3df956853d94e3cdd4 to your computer and use it in GitHub Desktop.
pub const TEST: u64 = 100;
mod hoge;
fn main() {
println!("{}", hoge::TEST);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment