项目作者: kloo
项目描述 :
Powershell implementations to Advent of Code 2020
高级语言: PowerShell
项目地址: git://github.com/kloo/aoc2020.git
aoc2020
Powershell implementations to Advent of Code 2020
- Mostly initial implementations for answers
- Day 3 part 2 was done with manual inputs and multiplication on the command line for the answer then written in code
- Sometimes will also add in improved versions in separate script files if I realize anything after submission (ex. Day 5 binary implementation improvements)
- Script filenames use a and b instead of part 1 and part 2