Skip to content

Commit

Permalink
Fixed typo in lab02/exercise02, because exercise didn't generate corr…
Browse files Browse the repository at this point in the history
…ectly.
  • Loading branch information
dancsb committed Sep 29, 2024
1 parent bbe0088 commit 623765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-types/02-numbers/exercise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ input:
sol0: 50
sol1: 4
sol2: 24
funcstring: "func percentageString(x,y string) (int, error)"
funcString: "func percentageString(x,y string) (int, error)"
- descr: "arithmetic mean of `x` and `y` rounded to the nearest integer (so the result for `x=1.2` and `y=2.4` would be 2)"
funcName: "amean"
func: "func amean(x,y float64) int"
Expand Down

0 comments on commit 623765d

Please sign in to comment.