https://github.com/msagarpatel/advent2021
Advent of Code 2021
https://github.com/msagarpatel/advent2021
advent-of-code-2021 cpp
Last synced: about 1 year ago
JSON representation
Advent of Code 2021
- Host: GitHub
- URL: https://github.com/msagarpatel/advent2021
- Owner: msagarpatel
- Created: 2022-01-03T03:45:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T21:39:58.000Z (over 4 years ago)
- Last Synced: 2024-02-21T17:38:20.169Z (over 2 years ago)
- Topics: advent-of-code-2021, cpp
- Language: C++
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021
This is my first time doing Advent of Code, and I've started late. I started on January 1
instead of December 1. To stay in the spirit of AoC, I'll only attempt one puzzle per day.
To get more experience with the STL, I'm using C++.
I chose to use CLion instead of the usual vim or VSCode, hence the use of cmake instead of
rolling my own Makefile. (CLion _really likes_ cmake.) I don't really like using cmake for such a
small project, but I don't like fighting CLion more.