项目作者: knarka

项目描述 :
My answers for AoC2020
高级语言: Arc
项目地址: git://github.com/knarka/aoc2020.git
创建时间: 2020-11-30T15:09:08Z
项目社区:https://github.com/knarka/aoc2020

开源协议:MIT License

下载


These are my answers for Advent of Code 2020 in Arc. If you want to run them:

  1. Create a subfolder lib with (a link to) the standard library’s strings.arc and Conrad Barski’s re.arc.
  2. Start an Arc repl from the repository root and (load "aoc.arc")
  3. Now you can use (run day part example?), with day and part being the number of the day and part to run, and example? absent or nil to use the normal input, or t to use the example input.