ExercismV2PharoSolutions

Description

This is my Exercism v2 solutions of Pharo track.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
Dec. 19, 2020
Updated
Dec. 24, 2020

Categories

System / OS

README excerpt

# 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
← Back to results