From 91cef0b791ecc02b47563aba140ecf217365e96e Mon Sep 17 00:00:00 2001 From: Alex Thomassen Date: Wed, 2 Dec 2020 14:43:04 +0100 Subject: [PATCH] [README] Add general README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..56e11d1 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# AdventCalendars + +I'd be surprised if each year had anything past day 3. + +Currently working on: + +- [AdventOfCode](https://adventofcode.com/) - My solutions: [`AdventOfCode`](./AdventOfCode) +- [KnowIt Julekalender](https://julekalender.knowit.no/) (Norwegian) - My solutions: [`KnowItJulekalender`](./KnowItJulekalender) + +## License + +All _code_ (JavaScript, C#, PHP etc.) in this repository is licensed under the [MIT License](./LICENSE). + +However, some of the `README.md` files that include descriptions of the tasks or `.txt` files with related data (`input.txt`, `numbers.txt` etc.) may not be. +Descriptions and input files are included for _context_ and I highly doubt there's any issue with including them, but no guarantees. \ No newline at end of file