Files
gingko/cli/src/main.rs
2026-04-27 23:45:02 +00:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}