Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 671 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 671 Bytes

puzzle-a-day

Solver for the puzzle-a-day puzzle

Usage

cargo run --release <day 1-31> <month 1-12>

For example, running

cargo run --release 21 5

outputs:

--- Solution 1 ---
🟪🟪🟪🟧⬛🟧⬛
🟪⬜🟫🟧🟧🟧⬛
🟪⬜🟫🟫🟫🟫🟦
⬜⬜🟨🟨🟦🟦🟦
⬜🟨🟨🟨🟦🟩⬛
🟥🟥🟥🟩🟩🟩🟩
🟥🟥🟥⬛⬛⬛⬛

# and 35 more solutions...