[aoc] comment out a print

This commit is contained in:
2021-05-03 15:25:08 -06:00
parent d3e28ff8fa
commit 596935a548

View File

@@ -95,8 +95,8 @@
(let [bootCode (new BootCodeReal)]
(bootCode.setBreakHandler (lambda [bootCode] (assert (= 2058 (print bootCode.accumulator)))))
(bootCode.run))
(print "BootCodeFixExample")
/* (let [bootCode (new BootCodeFixExample)]
/* (print "BootCodeFixExample")
(let [bootCode (new BootCodeFixExample)]
(bootCode.setBreakHandler
(lambda [bootCodeFork]
(if (= bootCodeFork.instructionPointer (bootCodeFork.instructionCount))