Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decampsrenan/aoc2023
https://github.com/decampsrenan/aoc2023
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/decampsrenan/aoc2023
- Owner: DecampsRenan
- Created: 2023-12-06T14:01:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-14T14:20:42.000Z (11 months ago)
- Last Synced: 2024-04-16T10:35:42.812Z (7 months ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AoC 2023
To install dependencies:
```bash
bun install
```To run:
```bash
cd day01-trebuchet
bun part01.js# and so on...
```This project was created using `bun init` in bun v1.0.15. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.