Please I have installed exercism Cli locally but I am having a hard figuring out how to access learning and submitting test from there
When you start an exercise on the website, there should be an option to open the code in the online editor or to download it locally, with the exercism download
command. Once you download it and cd
into the correct path, you can use exercism test
to run tests and exercism submit
to submit your solution.
See also, Solving exercises | Exercism's Docs
Follow the below steps:
after that go to your workspace folder:
then
exercism download --track=c --exercise=leap (choice of your question)
then read help.md for further instructions, I tried today it works