Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhananjaylatkar/aoc2023
https://adventofcode.com/2023
https://github.com/dhananjaylatkar/aoc2023
adeventofcode advent-of-code advent-of-code-2023 adventofcode2023 aoc aoc-2023
Last synced: about 2 months ago
JSON representation
https://adventofcode.com/2023
- Host: GitHub
- URL: https://github.com/dhananjaylatkar/aoc2023
- Owner: dhananjaylatkar
- License: mit
- Created: 2023-12-03T15:13:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T15:47:57.000Z (11 months ago)
- Last Synced: 2024-10-16T04:20:11.097Z (3 months ago)
- Topics: adeventofcode, advent-of-code, advent-of-code-2023, adventofcode2023, aoc, aoc-2023
- Language: C
- Homepage:
- Size: 130 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aoc2023
https://adventofcode.com/2023## Build
```shell
make
```## Run
Get solution of a DAY
```shell
./aoc2023 -d
```Get solutions of multiple days
```shell
./aoc2023 -d -d -d
```Get solutions of all days
```shell
./aoc2023 -a
```