kxio/src/lib.rs

4 lines
45 B
Rust
Raw Normal View History

2024-04-08 14:33:39 +01:00
fn main() {
println!("Hello, world!");
}