dagger-components/examples/rust-build/testdata/crates/example_bin/src/main.rs
kjuulh e1428a8fbb feat: with rust build and test
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-12 18:08:04 +00:00

4 lines
45 B
Rust

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