This repository has been archived on 2023-12-13. You can view files and clone it, but cannot push or open issues or pull requests.
advent-of-code-2022/day12/src/main.rs

4 lines
45 B
Rust

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