rustit/01_phase_rust_src/sv/src/main.rs

4 lines
50 B
Rust
Raw Normal View History

2024-03-25 00:57:14 +01:00
fn main() {
2024-03-25 01:08:43 +01:00
println!("Hello, world! test");
2024-03-25 00:57:14 +01:00
}