https://github.com/narimiran/advent_of_nim_2016
Learning Nim by solving AoC 2016 tasks
https://github.com/narimiran/advent_of_nim_2016
Last synced: 7 months ago
JSON representation
Learning Nim by solving AoC 2016 tasks
- Host: GitHub
- URL: https://github.com/narimiran/advent_of_nim_2016
- Owner: narimiran
- Created: 2017-09-30T07:36:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T05:30:55.000Z (about 8 years ago)
- Last Synced: 2025-03-15T04:46:08.535Z (7 months ago)
- Language: Nim
- Size: 169 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I'm a complete beginner when it comes to [Nim programming language](https://nim-lang.org/).
These tasks are my first steps with Nim, so any advice how to improve my solutions is very welcome.
The tasks are available at [Advent of Code 2016](http://adventofcode.com/2016). If you're not registered, you'll be able to see only the first part of each task.
All solutions are based on [my Python solutions](https://github.com/narimiran/advent_of_code_2016).