Files
linguist/test/fixtures/rust/hello.rs
2012-06-07 12:17:24 -05:00

4 lines
41 B
Rust

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