# advent-of-code **Repository Path**: mirrors_DanFessler/advent-of-code ## Basic Information - **Project Name**: advent-of-code - **Description**: Javascript solutions to www.adventofcode.com - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AdventOfCode.js Advent of Code: http://www.adventofcode.com Solving AoC directly in browser console using JavaScript. ## Running the solutions Copy and paste the code from each solution into the console while viewing its corresponding raw input.txt file. #### 2020 Solutions for 2020 and later you can also run the solutions with Node. By default it will run all solutions for that year. You can optionally specify a day and puzzle input file. `$ node YEAR [DAY] [INPUT PATH]`