Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malciin/aoc2023
https://github.com/malciin/aoc2023
advent-of-code advent-of-code-2023 advent-of-code-2023-javascript advent-of-code-2023-typescript javascript typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/malciin/aoc2023
- Owner: malciin
- Created: 2023-12-01T14:37:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-21T17:20:40.000Z (about 1 year ago)
- Last Synced: 2023-12-21T19:37:56.868Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-javascript, advent-of-code-2023-typescript, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 204 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Advent of code 2023 solutions written in `typescript`
### Usage
Run `npm i`, then you can run specific day by running
```sh
npx ts-node day01.ts
npx ts-node day02.ts
# etc
```