mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-16 18:45:02 +01:00
day11 part 1
This commit is contained in:
parent
1820e11337
commit
5126304fd0
8 changed files with 318 additions and 0 deletions
3
2023/day11/src/main.rs
Normal file
3
2023/day11/src/main.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
day11::main();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue