Matt Coles 9 年 前
コミット
edb237c9bb
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      adventofcode/advent01-1.mc

+ 0 - 1
adventofcode/advent01-1.mc

1
 ; Requires the input for Advent of Code(http://adventofcode.com/) Day 1
1
 ; Requires the input for Advent of Code(http://adventofcode.com/) Day 1
2
-(log result)
3
 (include str fs)
2
 (include str fs)
4
 (assign input (fs::readIn "advent.txt"))
3
 (assign input (fs::readIn "advent.txt"))
5
 (assign i 0)
4
 (assign i 0)