Files
rust-roller/src/main.rs
T

4 lines
45 B
Rust
Raw Normal View History

2024-11-23 21:33:07 -08:00
fn main() {
println!("Hello, world!");
}