summaryrefslogtreecommitdiff
path: root/src/main.rs
blob: a68851f0224f4fbd8329ddcf7b1102255897b19b (plain)
1
2
3
4
5
6
pub mod parser;
pub mod processor;

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