learning F#, it seems pretty cool, favourite functional language so far.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lachlan Jacob aab577a7c6 Another exercism problem done 5 년 전
..
README.md Another exercism problem done 5 년 전
ReverseString.fs Another exercism problem done 5 년 전
ReverseString.fsproj Another exercism problem done 5 년 전
ReverseStringTests.fs Another exercism problem done 5 년 전

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