about summary refs log tree commit diff
path: root/src/test/run-pass/hello.rs
blob: bc8bb23877e8ae497b4afae5d47eaa96a013eaa9 (plain)
1
2
3
pub fn main() {
    println!("hello, world");
}