jacopofar / advent2020

Advent of code 2020 in Nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of code 2020 in Nim

This is an attempt at solving the Advent of code 2020 using Nim

I'm a beginner in this language, don't take the solution as a best practice, PR and comments are welcome

To run, you need Nim (I use Nim 1.4), go in the src folder and run nim r dayXX.nim. Every solution expects a file called dayXX.txt as input

Status

  • Day 1
  • Day 2
  • Day 3
  • Day 4

License

MIT licensed, so your Advent Calendar Problem Solving startup can sell this

About

Advent of code 2020 in Nim

License:MIT License


Languages

Language:Nim 100.0%