Skip to content

Commit

Permalink
Day 16: The Floor Will Be Lava
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltay committed Dec 17, 2023
1 parent 8a5e4e9 commit 7efd186
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions 16/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,6 @@ func energise(layout [][]byte, travellerStack []traveller) int {

func part1(filename string) int {
in := parseInput(filename)
// for _, row := range in {
// for _, item := range row {
// fmt.Print(string(item))
// }
// fmt.Println()
// }
travellerStack := []traveller{
{x: 0, y: 0, face: east},
}
Expand Down

0 comments on commit 7efd186

Please sign in to comment.