From 67cdd35efcf8c026c738ede53dcf8662282fbe29 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 4 May 2020 04:08:12 +0100 Subject: - Added template for Challenge 059. --- challenge-059/ben-davies/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 challenge-059/ben-davies/README.md (limited to 'challenge-059/ben-davies') 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. -- cgit