Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nlowe committed Dec 13, 2019
1 parent 4899a3c commit 4bb4c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenge/day13/b.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func b(challenge *challenge.Input) int {
cpu, out := intcode.NewCPUForProgram(<-challenge.Lines(), nil)
cpu.Memory[0] = 2

// TODO: Is there a way to keep input and output challens in sync wihtout this hack?
// TODO: Is there a way to keep input and output channels in sync wihtout this hack?
cpu.UseFloatingInput(func() int {
return joystick
})
Expand Down

0 comments on commit 4bb4c38

Please sign in to comment.