Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luk1nz/aoc23
My attempt at Advent of Code 2023 while learning the C Programming Language
https://github.com/luk1nz/aoc23
advent-of-code advent-of-code-2023 advent-of-code-2023-c c c-programming c-programming-language
Last synced: about 1 month ago
JSON representation
My attempt at Advent of Code 2023 while learning the C Programming Language
- Host: GitHub
- URL: https://github.com/luk1nz/aoc23
- Owner: luk1nz
- License: mit
- Created: 2023-12-02T04:37:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T04:47:30.000Z (about 1 year ago)
- Last Synced: 2024-10-25T22:30:46.711Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-c, c, c-programming, c-programming-language
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2023 - In C
This is my code for [Advent of Code 2023](https://adventofcode.com/2023).
I am using it to further advance my knowledge of the C Programming Language. If you happen upon this repository and are knowledgeable in C and want to give me pointers (pun intended?), please feel free!
## Puzzle Location
The code is stored in the `puzzles/` directory and separated by day and part.
## Running the Code
WIP - Currently this has only been set up for an Intel Mac, as that is what is convenient for me. I hope to try to
get it set up on Windows as well, but I chose to use C11 for this, and I'm not sure how MSVC does with that. Future problem :)