diff options
author | HJ <thechairman@thechairman.info> | 2021-12-09 18:06:33 -0500 |
---|---|---|
committer | HJ <thechairman@thechairman.info> | 2021-12-09 18:06:33 -0500 |
commit | 6f3bca8136bc6c25f3660c98c0dc6bec586627ab (patch) | |
tree | c27cc2526dbb0308ee907d5ff4113310e4971812 /README.md | |
parent | 527bc4762f9c66c9244f0ac1fbee6357478ac9ef (diff) | |
download | gleam_aoc-6f3bca8136bc6c25f3660c98c0dc6bec586627ab.tar.gz gleam_aoc-6f3bca8136bc6c25f3660c98c0dc6bec586627ab.zip |
add readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e1e3d7d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Jimpjorps Does Advent of Code + +My solutions for [Advent of Code](https://adventofcode.com/). I'm mainly using Racket, though I'm trying things in Prolog and Elixir when I've got time.
\ No newline at end of file |