5 lines
82 B
Rust
5 lines
82 B
Rust
extern crate interesting;
|
|
|
|
fn main() {
|
|
interesting::function_called_once();
|
|
}
|