소스 검색

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)