This is my Exercism v2 solutions of Pharo track.
# ExercismV2PharoSolutions This is my Exercism v2 solutions of Pharo track. ## How to load You can load this project into stable Pharo 8.0 (P9 untested) image using: ``` Metacello new repository: 'github://Bajger/ExercismV2PharoSolutions:main/src'; baseline: 'ExercismV2PharoSolutions'; load ``` ## How to execute TODO