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

4 lines
45 B
Rust
Raw Normal View History

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