Skip to content

Commit

Permalink
add 2015 year file
Browse files Browse the repository at this point in the history
  • Loading branch information
willowell committed Sep 30, 2024
1 parent 5c6d49e commit f65cedc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions advent-of-code-scala/src/solutions/y2015/y2015.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package solutions.y2015

import harness.Year

given year: Year = Year(2015)

0 comments on commit f65cedc

Please sign in to comment.