summaryrefslogtreecommitdiff
path: root/ex1.rs
blob: dc5f9cafd71fd15f531aff2648e627a964a01d0d (plain)
1
2
3
4
5
6
// ex1.rs
// Make me compile! :)

fn main() {
    println();
}