diff options
| author | Andreas Grois <andi@grois.info> | 2021-04-07 13:03:25 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-04-07 13:03:25 +0200 |
| commit | 1c394103886ed58b72016c971a6ab54dbd64d55b (patch) | |
| tree | 17097e5e0009d5270314f9db009e6272d18b3399 /src/main.rs | |
Initial commit. Borked, so don't use
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs new file mode 100644 index 0000000..c85aaa1 --- /dev/null +++ b/src/main.rs @@ -0,0 +1,6 @@ +mod module_communication; +mod config; + +fn main() { + config::print_sample_config(); +} |
