[aoc] comment out a print
This commit is contained in:
@@ -95,8 +95,8 @@
|
|||||||
(let [bootCode (new BootCodeReal)]
|
(let [bootCode (new BootCodeReal)]
|
||||||
(bootCode.setBreakHandler (lambda [bootCode] (assert (= 2058 (print bootCode.accumulator)))))
|
(bootCode.setBreakHandler (lambda [bootCode] (assert (= 2058 (print bootCode.accumulator)))))
|
||||||
(bootCode.run))
|
(bootCode.run))
|
||||||
(print "BootCodeFixExample")
|
/* (print "BootCodeFixExample")
|
||||||
/* (let [bootCode (new BootCodeFixExample)]
|
(let [bootCode (new BootCodeFixExample)]
|
||||||
(bootCode.setBreakHandler
|
(bootCode.setBreakHandler
|
||||||
(lambda [bootCodeFork]
|
(lambda [bootCodeFork]
|
||||||
(if (= bootCodeFork.instructionPointer (bootCodeFork.instructionCount))
|
(if (= bootCodeFork.instructionPointer (bootCodeFork.instructionCount))
|
||||||
|
Reference in New Issue
Block a user