diff options
author | Andinus <andinus@nand.sh> | 2021-08-11 15:23:52 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-08-11 15:23:52 +0530 |
commit | 2979ef790ac5b8f58495e0dd08cafd6a3a2e30a5 (patch) | |
tree | dfa5de991986a15b9dc2abe0ff8b3b58e17c77e6 | |
download | exercism-2979ef790ac5b8f58495e0dd08cafd6a3a2e30a5.tar.gz |
Initial commit
-rw-r--r-- | LICENSE | 13 | ||||
-rw-r--r-- | README.org | 9 |
2 files changed, 22 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e51df07 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2021, Andinus <andinus@nand.sh> + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/README.org b/README.org new file mode 100644 index 0000000..8982912 --- /dev/null +++ b/README.org @@ -0,0 +1,9 @@ +#+title: Exercism +#+export_file_name: index +#+html_link_up: ./index.html +#+setupfile: ~/.emacs.d/org-templates/level-1.org + +My solutions for [[https://exercism.io][Exercism]] exercises. + +- Source: https://git.tilde.institute/andinus/exercism +- GitHub: https://github.com/andinus/exercism |