Skip to content

Commit

Permalink
Specify type for colors
Browse files Browse the repository at this point in the history
  • Loading branch information
keiravillekode committed Jan 2, 2024
1 parent 298eccd commit 4d67ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/practice/resistor-color/resistor-color.sml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fun colorCode color =
raise Fail "'colorCode' is not implemented"

val colors =
raise Fail "'colors' is not implemented"
val colors: string list =
nil

0 comments on commit 4d67ac1

Please sign in to comment.