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