Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`