https://github.com/itsshamed/aoc-2023
Read-only mirror of https://git.tsrk.me/tsrk/aoc-2023
https://github.com/itsshamed/aoc-2023
Last synced: about 1 year ago
JSON representation
Read-only mirror of https://git.tsrk.me/tsrk/aoc-2023
- Host: GitHub
- URL: https://github.com/itsshamed/aoc-2023
- Owner: ItsShamed
- Created: 2023-12-03T14:43:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T15:07:37.000Z (over 2 years ago)
- Last Synced: 2025-03-15T04:02:54.981Z (about 1 year ago)
- Language: C
- Homepage: https://git.tsrk.me/tsrk/aoc-2023
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
This is my take of the Advent of Code Edition 2023, do not expect code quality
nor performance here.
You can see it as how it would look if it was given as a C assignment to an EPITA
student.
This repo tries to apply EPITA's coding style as much as I can (blindly because
I don't have the time to compile my own version of clang-tidy).