8 lines
88 B
Rust
8 lines
88 B
Rust
extern mod std;
|
|
use std::map::HashMap;
|
|
|
|
fn main() {
|
|
io::println("Hello world!");
|
|
}
|
|
|