This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
crock/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2024-03-04 15:14:28 +01:00
fn main() {
println!("Hello, world!");
}