Преглед изворни кода

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)