Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 324 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 324 Bytes

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