6 lines
52 B
Text
6 lines
52 B
Text
|
|
mod test;
|
||
|
|
|
||
|
|
fn main() {
|
||
|
|
test::some_function();
|
||
|
|
}
|