aboutsummaryrefslogtreecommitdiff
path: root/samples/Rust/hello.rs
blob: 5579f6841c86cd88b7f864ae0d0354d83fafe62b (plain)
1
2
3
fn main() { 
    log "Hello, world!"; 
}