linstrom/src/main.rs

8 lines
123 B
Rust
Raw Normal View History

2023-11-27 20:52:02 +00:00
// Copyright Melody 2023. Licensed under the EUPL-1.2 or later
mod storage;
fn main() {
println!("Hello, world!");
}