First minimal commit
This commit is contained in:
parent
7019867411
commit
bc8bc0c2e4
10 changed files with 1051 additions and 1 deletions
6
src/main.rs
Normal file
6
src/main.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
mod config;
|
||||
mod geoparsers;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue