fediloom/src/main.rs

8 lines
82 B
Rust
Raw Normal View History

// src/main.rs
mod list;
mod tests;
fn main() {
println!("Hello, world!");
}