summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authornamilsk <namilsk@namilsk.tech>2026-03-14 19:15:14 +0300
committernamilsk <namilsk@namilsk.tech>2026-03-14 19:17:16 +0300
commitbc8bc0c2e4fb09070d82aab1f922ef8160c66528 (patch)
treec7d36233840007a638bffe3ffa9e503325a51794 /src/main.rs
parent7019867411cdca87b394f38dfc589958e09a2b73 (diff)
First minimal commit
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
new file mode 100644
index 0000000..438b85e
--- /dev/null
+++ b/src/main.rs
@@ -0,0 +1,6 @@
+mod config;
+mod geoparsers;
+
+fn main() {
+ println!("Hello, world!");
+}