seer/src/bin/seer.rs

4 lines
45 B
Rust
Raw Permalink Normal View History

2024-03-28 21:30:43 +01:00
fn main() {
println!("Hello, world!");
}