learning F#, it seems pretty cool, favourite functional language so far.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Lachlan Jacob aab577a7c6 Another exercism problem done il y a 5 ans
..
README.md Another exercism problem done il y a 5 ans
ReverseString.fs Another exercism problem done il y a 5 ans
ReverseString.fsproj Another exercism problem done il y a 5 ans
ReverseStringTests.fs Another exercism problem done il y a 5 ans

README.md

Reverse String

Reverse a string

For example: input: “cool” output: “looc”

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

Introductory challenge to reverse an input string https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb