Parts and Multi-Part Output
Organize solutions into labeled parts — perfect for Advent of Code.
The `part` keyword prints a labeled result. It takes a part number and a block that computes the answer.
Loading WASM...
Here's a complete Advent of Code-style solution using parts, pipes, and parsing.
Loading WASM...