Skip to content

Commit

Permalink
Update formatting in instructions.append.md for Difference of Squares (
Browse files Browse the repository at this point in the history
  • Loading branch information
jurecuhalev authored Mar 26, 2024
1 parent 1cb15bb commit 5c9cc3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Hints

For this exercise the following F# features come in handy:
https://fsharp.github.io/fsharp-core-docs/reference/fsharp-core-operators.html#(%20..%20)) allows you to succinctly create a range of values.
- [(..) start finish](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-core-operators.html#(..)) allows you to succinctly create a range of values.
- [List.sumBy](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-collections-listmodule.html#sumBy) is a condensed format to apply a function to a list and then sum the results.

0 comments on commit 5c9cc3a

Please sign in to comment.