summaryrefslogtreecommitdiff
path: root/xmake/templates/rust/console/project/src/main.rs
blob: fe3b8813c3a8ee7f3201d4952a7ccd627e8aa063 (plain)
1
2
3
4
fn main()
{
    println!("hello xmake!");
}