diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-04 04:08:12 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-04 04:08:12 +0100 |
| commit | 67cdd35efcf8c026c738ede53dcf8662282fbe29 (patch) | |
| tree | d2bd813d75102310bc0c5a90d8f3eb28b3d47e19 /challenge-059/ben-davies | |
| parent | 0d75138306bf5598becdcd034ee148ef8fd9da68 (diff) | |
| download | perlweeklychallenge-club-67cdd35efcf8c026c738ede53dcf8662282fbe29.tar.gz perlweeklychallenge-club-67cdd35efcf8c026c738ede53dcf8662282fbe29.tar.bz2 perlweeklychallenge-club-67cdd35efcf8c026c738ede53dcf8662282fbe29.zip | |
- Added template for Challenge 059.
Diffstat (limited to 'challenge-059/ben-davies')
| -rw-r--r-- | challenge-059/ben-davies/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/challenge-059/ben-davies/README.md b/challenge-059/ben-davies/README.md new file mode 100644 index 0000000000..9b706ecd09 --- /dev/null +++ b/challenge-059/ben-davies/README.md @@ -0,0 +1,11 @@ +Solution by Ben Davies + +# Using the Solutions + +- Install + [Idris](https://github.com/idris-lang/Idris-dev/wiki/Installation-Instructions) + and ensure its executable is in your path. +- Run `$ make -j2`. The executables for the challenges will be output to + `./ch-1` and `./ch-2`. +- Run `$ make clean` to remove compiled objects or `$ make distclean` to + remove the executables as well, if you wish. |
