https://github.com/olical/advent-of-code
My attempts at the Advent of Code
https://github.com/olical/advent-of-code
Last synced: 22 days ago
JSON representation
My attempts at the Advent of Code
- Host: GitHub
- URL: https://github.com/olical/advent-of-code
- Owner: Olical
- License: unlicense
- Created: 2015-12-01T17:54:39.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T22:15:49.000Z (about 1 year ago)
- Last Synced: 2025-04-22T22:35:35.355Z (about 1 year ago)
- Language: Clojure
- Homepage: http://adventofcode.com/
- Size: 386 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code
This repository houses my attempts for the [Advent of Code][adventofcode] in [Clojure][]. I hope you can learn from these, but please don't use them to cheat.
## Author
[Oliver Caldwell][author-site] ([@OliverCaldwell][author-twitter])
## Unlicenced
Find the full [unlicense][] in the `UNLICENSE` file, but here's a snippet.
>This is free and unencumbered software released into the public domain.
>
>Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
Do what you want. Learn as much as you can. Unlicense more software.
[unlicense]: http://unlicense.org/
[author-site]: http://oli.me.uk/
[author-twitter]: https://twitter.com/OliverCaldwell
[adventofcode]: http://adventofcode.com/
[clojure]: http://clojure.org/