diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d19f236 --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +This is my own repository to work on exercises from https://exercism.org/ . +I provide a shell.nix file for each language. +The root directory provides the derivation for the exercism binary. + +That way I have a single repository with all I need in order to play around with +different programming languages.