GitXplorerGitXplorer
0

a-puzzle-a-day-solver

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5890d3141f1893a31f2f2b69dd6186e25741d53f

Add colour switching

00x4C4A committed a year ago
Unverified
0dd088a8122dec56d1cde91c1ac2addb373e5347

Get rid of numpy dependency

00x4C4A committed a year ago
Unverified
55fbc055a9a7158c0b2b99cb3c023aa893950c0f

Add missing default date parameter

00x4C4A committed a year ago
Unverified
3c12dee046d3b11d30b7aaa66f1db77dbfa615d5

Minor comments

00x4C4A committed a year ago
Unverified
088f1584505eaa134535254eac444bfe2e410c1e

Minimal readme added

00x4C4A committed a year ago
Unverified
029005a8c1e58a7e8e0a301ac20fba5b98063701

Initial

00x4C4A committed a year ago

README

The README file for this repository.

What this is

Just a little solver for a-puzzle-a-day. It will solve for the provided month and date. It can solve for all solutions and for just one.

Running it

Run it as python puzzle_a_day_solver.py <month three letters> <date integer> [findAll/findOne] for example python puzzle_a_day_solver.py dec 1; python puzzle_a_day_solver.py nov 6 findAll