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

6 lines
52 B
Plaintext

mod test;
fn main() {
test::some_function();
}