advent2021/src/day1.rs
Zoé Cassiopée Gauthier 6c6d0dea61 Initial commit
2021-11-29 21:11:52 -05:00

4 lines
45 B
Rust

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