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

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