Files
linguist/samples/rust/hello.rs
2012-06-22 10:09:24 -05:00

4 lines
41 B
Rust

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