Files
rust-cache/tests/wasm-workspace/crates/two/src/main.rs
2022-07-09 12:23:37 +02:00

4 lines
45 B
Rust

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