Skip to content

Commit

Permalink
update solution template
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcohen committed Dec 8, 2022
1 parent c5b9130 commit ed90a31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions App.kt.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package day#DAY

// Original solution used to solve the AoC day #DAY puzzle. Warts and all.

import common.Solution

typealias ParsedInput = List<String>
Expand Down

0 comments on commit ed90a31

Please sign in to comment.