8 lines
88 B
Rust
8 lines
88 B
Rust
mod res_parser;
|
|
mod singleton;
|
|
mod types;
|
|
|
|
fn main() {
|
|
println!("Hello, world!");
|
|
}
|