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

6 lines
52 B
Rust
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
mod test;
fn main() {
test::some_function();
}