mirror of
https://framagit.org/veretcle/scootaloo.git
synced 2025-07-21 09:31:19 +02:00
General structure
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
use scootaloo::*;
|
||||
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
let config = Config::new();
|
||||
|
||||
run(config);
|
||||
}
|
||||
|
Reference in New Issue
Block a user