4 lines
46 B
Rust
Raw Normal View History

2013-05-27 22:57:19 -03:00
fn main() {
io::println("Hello, world!");
}