diff options
Diffstat (limited to 'day13.go')
| -rw-r--r-- | day13.go | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -184,5 +184,11 @@ func main() { } fmt.Println("Part 1:", runningSum) + // pick key last element + // sort all elements according to key + // swap key into place + // divide array + // repeat + // fmt.Println("Part 2:", decoderKey) } |
