Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lfwells/aoc2023
JavaScript template for Advent of Code
https://github.com/lfwells/aoc2023
adventofcode
Last synced: about 1 month ago
JSON representation
JavaScript template for Advent of Code
- Host: GitHub
- URL: https://github.com/lfwells/aoc2023
- Owner: lfwells
- Created: 2023-11-20T16:27:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T13:51:23.000Z (about 1 year ago)
- Last Synced: 2024-04-18T00:15:17.429Z (9 months ago)
- Topics: adventofcode
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code Template
## Features
- File for each day
- Input file for each day
- Boilerplate already done to load input file
- Run count tracking + stats
- Execution time display and tracking
## Usage
`node day1.js`
## Usage (see stats)
`node stats.js ` e.g. `node stats js 1`