6 lines
34 B
Rust
6 lines
34 B
Rust
|
// Another mod
|
||
|
|
||
|
mod a;
|
||
|
|
||
|
use a::a;
|