瀏覽代碼

Merge branch 'master' of github.com:Alpha-Atom/babys-first-compiler

Matt Coles 9 年之前
父節點
當前提交
6d151538ae
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      adventofcode/advent01-1.mc

+ 0 - 1
adventofcode/advent01-1.mc

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