Quellcode durchsuchen

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

Matt Coles vor 9 Jahren
Ursprung
Commit
6d151538ae
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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)