Skip to content

Commit

Permalink
fix ResistorColor's colorCode function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
64J0 committed Dec 14, 2024
1 parent 0f2833c commit 3b76ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/resistor-color/ResistorColor.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module ResistorColor

let colors: string list = failwith "You need to define the 'colors' binding."

let colorCode (color: string) string =
let colorCode (color: string): int =
failwith "Please implement the 'colorCode' function"

0 comments on commit 3b76ea3

Please sign in to comment.