summaryrefslogtreecommitdiff
path: root/rust/src/main.rs
blob: 486aa6f2e453a506d17ea530fe819bf729b7683e (plain)
1
2
3
4
5
mod structs;

fn main() {
    println!("Hello, world!");
}