Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dplaton/aoc2023
Advent Of Code 2023
https://github.com/dplaton/aoc2023
Last synced: 12 days ago
JSON representation
Advent Of Code 2023
- Host: GitHub
- URL: https://github.com/dplaton/aoc2023
- Owner: dplaton
- License: mit
- Created: 2023-12-03T15:26:03.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-04T09:36:14.000Z (12 months ago)
- Last Synced: 2024-10-11T12:57:33.465Z (about 1 month ago)
- Language: TypeScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of code 2023
![build&test](https://github.com/dplaton/aoc2023/actions/workflows/node.js.yml/badge.svg)Solutions for the ["Advent of Code"](https://adventofcode.com/), 2023 edition.
## How to use this project
1. Clone locally
2. Run `npm install`
3. Run `npm start` to run the code.