AdventOfCode2023/09
2023-12-09 11:53:39 +01:00
..
day09.rs day09: rust 2023-12-09 11:53:39 +01:00
README.md day09: rust 2023-12-09 11:53:39 +01:00

Day 9

🎁🎁🎁🎁🎁🎁🎁🎁🎁

Today's language: Rust

Lines of code: 88

Execution time: 0,003 s

This solution uses a custom triangle datatype. It is a bit overkill code-wise, but efficient with memory and re-allocations.

rustc day09.rs
./day09