Sha256: b32072d6839c5a1f6ab11448c7788c33436176eee62c60f19591d093c98af29f
Contents?: true
Size: 458 Bytes
Versions: 356
Compression:
Stored size: 458 Bytes
Contents
## Hints For this exercise the following F# features come in handy: - The [range operator](https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/operators.%5B-..-%5D%5B%5Et%5D-function-%5Bfsharp%5D) allows you to succinctly create a range of values. - [List.sumBy](https://msdn.microsoft.com/en-us/visualfsharpdocs/conceptual/list.sumby%5B't,%5Eu%5D-function-%5Bfsharp%5D) is a condensed format to apply a function to a list and then sum the results.
Version data entries
356 entries across 356 versions & 1 rubygems