/advent-of-code-2015_nim

A solution to the 2015 advent of code game written in nim.

Primary LanguageNim

Advent of code 2015

Solutions to advent of code 2015 written in nim

paste advent of code cookie in cookie.txt

Requirements

  • nim
  • Git

To build

  • git clone <repository-url>
  • cd <folder>/src

To compile

  • nim c -r -d:ssl day1 or any other day