6 lines
82 B
Rust
6 lines
82 B
Rust
![]() |
extern crate interesting;
|
||
|
|
||
|
fn main() {
|
||
|
interesting::function_called_once();
|
||
|
}
|