aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
blob: c85aaa126d3872c3d9e1924bc0b3c748779d524e (plain) (blame)
1
2
3
4
5
6
mod module_communication;
mod config;

fn main() {
    config::print_sample_config();
}