Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 322 Bytes

README.MD

File metadata and controls

22 lines (14 loc) · 322 Bytes

Studing with excersim

Commands

Downloading the exercise

exercism download --exercise=<exercise-slug> --track=<track-slug>

Submitting the exercise

exercism submit <implementation_file_paths>

Runnign the tests

gradle test