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