RosettaCodeData/Task/Include-a-file/Rust/include-a-file-1.rust

6 lines
52 B
Text
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
mod test;
2015-11-18 06:14:39 +00:00
fn main() {
test::some_function();
}