Files
sr-wkwkwk/resource_api/src/main.rs
yuvlian d16cfd2494 .
2026-02-14 17:25:23 +07:00

8 lines
88 B
Rust

mod res_parser;
mod singleton;
mod types;
fn main() {
println!("Hello, world!");
}