|
|
5 年前 | |
|---|---|---|
| .. | ||
| README.md | 5 年前 | |
| ReverseString.fs | 5 年前 | |
| ReverseString.fsproj | 5 年前 | |
| ReverseStringTests.fs | 5 年前 | |
Reverse a string
For example: input: “cool” output: “looc”
To run the tests, run the command dotnet test from within the exercise directory.
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.
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.
Introductory challenge to reverse an input string https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb