diff options
| author | Andreas Grois <andi@grois.info> | 2021-04-07 21:29:02 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-04-18 20:25:00 +0200 |
| commit | 99c3480323f2df0c1cd455e2e03e832c1196050a (patch) | |
| tree | 02331612925d9ce8a02d47fc471626701c364682 /src/main.rs | |
| parent | 1c394103886ed58b72016c971a6ab54dbd64d55b (diff) | |
First semi-working implementation.
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.rs b/src/main.rs deleted file mode 100644 index c85aaa1..0000000 --- a/src/main.rs +++ /dev/null @@ -1,6 +0,0 @@ -mod module_communication; -mod config; - -fn main() { - config::print_sample_config(); -} |
