learning F#, it seems pretty cool, favourite functional language so far.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Lachlan Jacob 84aff18ec2 Some more exercism problesm done 5 роки тому
..
HighScores.fs Some more exercism problesm done 5 роки тому
HighScores.fsproj Some more exercism problesm done 5 роки тому
HighScoresTests.fs Some more exercism problesm done 5 роки тому
README.md Some more exercism problesm done 5 роки тому

README.md

High Scores

Manage a game player’s High Score list.

Your task is to build a high-score component of the classic Frogger game, one of the highest selling and addictive games of all time, and a classic of the arcade era. Your task is to write methods that return the highest score from the list, the last added score and the three highest scores.

Running the tests

To run the tests, run the command dotnet test from within the exercise directory.

Autoformatting the code

F# source code can be formatted with the Fantomas tool.

After installing it with dotnet tool restore, run dotnet fantomas . to format code within the current directory.

Further information

For more detailed information about the F# track, including how to get help if you’re having trouble, please visit the exercism.io F# language page.

Source

Tribute to the eighties’ arcade game Frogger