Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 842 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 842 Bytes

adventofcode2017

Solutions to the Advent of Code puzzles provided by the members of the Amsterdam Clojure meetup group.

Usage

Submit your solution by opening a PR. Puzzle solutions are provided using the following schema:

src/adventofcode2017/puzzle${NN}/${github_user}.clj

Where:

${NN}: a 2-digits number of the puzzle
${github_user}: your GitHub user name

Code of conduct

DO NOT..

  • ..include the answer in your code
  • ..be harsh on someone else's code

DO..

  • ..provide positive feedback on other's submissions
  • ..contribute to the shared fun in any possible way

License

Copyright © 2017 Amsterdam Clojurians

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.