https://github.com/tompascall/aoc2023
Play with aoc
https://github.com/tompascall/aoc2023
Last synced: 3 months ago
JSON representation
Play with aoc
- Host: GitHub
- URL: https://github.com/tompascall/aoc2023
- Owner: tompascall
- Created: 2023-12-09T18:16:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T17:53:49.000Z (over 1 year ago)
- Last Synced: 2025-01-25T10:11:23.844Z (5 months ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2023
Play with aoc
## Prerequisites
node v20
## How to run
```
EXPORT AOC_SESSION_COOKIE=
```### Run build
```
npx tsc
```### Run build with watch mode
```
npx tsc --watch
```### Run tests
```
npm test -- --watch
```### Get day n solution
```
node dist/day-01/index.js
```