Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.16 KB

Advent Of Code 2021

Author: Orville Daley (@crypto-cmd)

Solution Set for 2021 Advent Of Code

Technologies Used

TypeScript Python Shell Script Yarn Visual Studio Code

Why was this created?

This repo is to store my solutions to Advent Of Code 2021. It leverages VS Code Tasks, Bash and Python to automate building and running the solutions.

Example and Instructions


Example Solution

  1. Hit Ctrl+Shift+P
  2. Enter Tasks
  3. Tap Tasks: Run Tasks then press Run AOC Script: Specific Day
  4. Type the specific day and hit Enter
  5. View output in console.