This commit is contained in:
Ara Sadoyan
2025-01-20 14:49:02 +01:00
parent e2c8458e6e
commit 320348c85f
7 changed files with 1067 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
mod web;
fn main() {
println!("Hello, world!");
web::run::run();
}