Skip to content

Releases: obalunenko/advent-of-code

v0.0.2

16 Dec 15:17
Compare
Choose a tag to compare

Changelog

5f05d23 Add docs, handle year directory
df5a522 puzzles: Handle year

v0.0.1

16 Dec 14:38
Compare
Choose a tag to compare

Changelog

1dc62a1 1-day: clean up
bc54d27 2-day: Add spec and input data
ecbc7f3 Add build stage to travis
ee473cc Add tools dependencies
93ad8f3 CI and linters configs
08e245c Exclude sh scripts from github statistsic
17db949 Fix travis config
c1a7fd9 Helper scripts
83be55d Init module
49192ba Initial commit
4bf3716 Refactor project structure
c700d2f Set up gorelesaser
9b1b535 Solve 1 day 2nd part
8decde5 Solve Day-1 puzzle
245c9a7 Update dependencies and vendor
905ec77 Update gitignore
bc381e8 Update gitignore
749d3dd cmd: Clean up
d7b289a cmd: Implement cli to run puzzles
5a9d595 cmd: Implement interactive menu
3d068e0 input: Rename input files
e6c58bb internal/puzzle: Add Solver interface and Run solutions func
da9a7d7 internal/solutions: Refactor day01 to implement Solver interface
c8276f5 internal: Fix linters
9081c54 puzzles: Add Solver tests
8e033f9 puzzles: Add tests
fd9a648 vendor dependencies