Files
linguist/test/fixtures/hello.rs
2011-07-15 08:55:15 -07:00

4 lines
41 B
Rust

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