summaryrefslogtreecommitdiff
path: root/src/main.rs
blob: 10e78500146e8f735b749decf23ae96f90695a49 (plain)
1
2
3
4
5
6
7
mod quad;
mod ctx;
mod step;

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