learning F#, it seems pretty cool, favourite functional language so far.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Lachlan Jacob aab577a7c6 Another exercism problem done 5 år sedan
..
README.md Another exercism problem done 5 år sedan
ReverseString.fs Another exercism problem done 5 år sedan
ReverseString.fsproj Another exercism problem done 5 år sedan
ReverseStringTests.fs Another exercism problem done 5 år sedan

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