Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lfwells/aoc-2024
#adventofcode2024
https://github.com/lfwells/aoc-2024
Last synced: about 2 months ago
JSON representation
#adventofcode2024
- Host: GitHub
- URL: https://github.com/lfwells/aoc-2024
- Owner: lfwells
- Created: 2024-12-01T12:54:16.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T12:15:14.000Z (about 2 months ago)
- Last Synced: 2024-12-02T12:28:49.031Z (about 2 months ago)
- Language: JavaScript
- Size: 12.7 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`