Bläddra i källkod

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

Matt Coles 9 år sedan
förälder
incheckning
6d151538ae
1 ändrade filer med 0 tillägg och 1 borttagningar
  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)