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

4 lines
45 B
Rust
Raw Normal View History

2020-11-30 18:40:55 +00:00
fn main() {
println!("Hello, world!");
}