7 lines
70 B
Rust
7 lines
70 B
Rust
use krate2::hello;
|
|
|
|
fn main() {
|
|
hello();
|
|
::krate2::hello();
|
|
}
|