mirror of
https://github.com/JockeTF/fimfareader.git
synced 2025-04-01 16:55:30 +02:00
8 lines
98 B
Rust
8 lines
98 B
Rust
//! Main module.
|
|
|
|
pub mod error;
|
|
pub mod story;
|
|
|
|
fn main() {
|
|
println!("Hellopaca, World!");
|
|
}
|