mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 06:49:32 +00:00
6 lines
82 B
Rust
6 lines
82 B
Rust
extern crate interesting;
|
|
|
|
fn main() {
|
|
interesting::function_called_once();
|
|
}
|