Files
simple-rust-tests/crypto/src/main.rs
2020-05-03 01:32:48 +08:00

4 lines
45 B
Rust

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