Files
linguist/samples/Rust/hello.rs
2012-07-23 15:52:49 -05:00

4 lines
41 B
Rust

fn main() {
log "Hello, world!";
}