aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
blob: 2125cf4943573c5514074a91a36c7138613c625c (plain)
1
2
3
4
5
6
pub mod data_structures;
pub mod parser;

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