summary refs log tree commit diff
path: root/src/test/run-pass/hello.rs
blob: 5b0664f400b17f440f18591420f833c98948bc6b (plain)
1
2
3
4
5
// -*- rust -*-

fn main() {
    io::println("hello, world");
}