/Advent-of-Code-2017-Examples

A repository full of code examples for the 2017 advent of code

Primary LanguageRustMIT LicenseMIT

Advent-of-Code-2017-Examples

A repository full of code examples for the 2017 Advent of Code

Adding a code sample

Adding a code sample is INCREDIBLY easy. Please follow the below steps.

  • Go into or create a file in the Milliseconds folder under the structure Millisecond ## where ## is the current challenge number you are submitting code to.
  • Within the above directory, add or go into a directory with the name of the used programming language for your challenge
  • Ensure your name is commented into the code sample near or at the top of your code sample
  • Submit your code sample into this directory
  • Pat yourself on the back for participating in this years Advent of Code!