StartRNR/cli/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2023-08-26 03:37:24 -04:00
fn main() {
println!("Hello, world!");
}