summaryrefslogtreecommitdiff
path: root/tests/projects/rust/console/src/main.rs
blob: 88d5e27495e697e506ea76340f50c5550ac7679e (plain)
1
2
3
fn main() {
    println!("hello xmake!");
}