项目作者: kloo

项目描述 :
Powershell implementations to Advent of Code 2020
高级语言: PowerShell
项目地址: git://github.com/kloo/aoc2020.git
创建时间: 2020-12-05T06:15:07Z
项目社区:https://github.com/kloo/aoc2020

开源协议:MIT License

下载


aoc2020

Powershell implementations to Advent of Code 2020

  1. 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)
  2. Script filenames use a and b instead of part 1 and part 2