Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scarf005/advent-of-code-2023
Solving advent of code 2023 with TS (also possibly other langs)
https://github.com/scarf005/advent-of-code-2023
Last synced: 25 days ago
JSON representation
Solving advent of code 2023 with TS (also possibly other langs)
- Host: GitHub
- URL: https://github.com/scarf005/advent-of-code-2023
- Owner: scarf005
- License: agpl-3.0
- Created: 2023-12-03T13:24:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T15:01:42.000Z (3 months ago)
- Last Synced: 2024-08-08T17:46:01.999Z (3 months ago)
- Language: TypeScript
- Size: 351 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
## To run
1. copy session cookie from your browser and set `AOC_SESSION` at `.env`
2. download inputs.```sh
deno run -A fetch.ts
```### Typescript
```sh
deno test --allow-read
```## License
[AGPL 3.0 only](./LICENSE)