|
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