about summary refs log tree commit diff
path: root/src/test/run-pass/hello.rs
blob: fa917bd4902f739f1deb8292b427bb419f54565f (plain)
1
2
3
4
5
// -*- rust -*-
fn main() { log "hello, world."; }