https://github.com/rockcavera/nim-adventofcode
My Nim codes to solve Advent of Code problems
https://github.com/rockcavera/nim-adventofcode
Last synced: 2 months ago
JSON representation
My Nim codes to solve Advent of Code problems
- Host: GitHub
- URL: https://github.com/rockcavera/nim-adventofcode
- Owner: rockcavera
- Created: 2022-12-07T19:54:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T00:44:53.000Z (almost 2 years ago)
- Last Synced: 2023-12-11T21:25:06.150Z (almost 2 years ago)
- Language: Nim
- Size: 102 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
This repository contains my solutions to [Advent of Code](https://adventofcode.com/) problems.The codes were written in Nim and the year 2022 is the first time that I participate (solve problems) in this event. So, I didn't determine a structure for the codes, which I believe I'll adopt over time as I understand how the problems work. However, one thing is already certain. I will send two codes a day, `part01.nim` and `part02.nim`, until I find another better way or not.
After finishing 2022, I'll try to resolve previous years.