mirror of
https://github.com/sadoyan/aralez.git
synced 2026-04-29 22:38:36 +08:00
7 lines
58 B
Rust
7 lines
58 B
Rust
mod utils;
|
|
mod web;
|
|
|
|
fn main() {
|
|
web::start::run();
|
|
}
|