Skip to content

Commit 2c58ba7

Browse files
mttakairbasso
authored andcommitted
Binary exercise: variable added
1 parent 29d17f5 commit 2c58ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/binary/src/Binary.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Binary (toDecimal) where
22

3-
toDecimal = error "You need to implement this function."
3+
toDecimal xs = error "You need to implement this function."

0 commit comments

Comments
 (0)