dagger-rs/ci/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2023-02-17 23:10:52 +01:00
fn main() {
println!("Hello, world!");
}