[README] Add general README

This commit is contained in:
Alex Thomassen 2020-12-02 14:43:04 +01:00
parent f2bcde4a3b
commit 91cef0b791
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE

15
README.md Normal file
View File

@ -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.