diff options
author | Jimpjorps™ <thechairman@thechairman.info> | 2023-12-06 10:42:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 10:42:35 -0500 |
commit | 69b46b59e9d5f669b1892f8cab09b662c087b8d3 (patch) | |
tree | ac3522d47b4308a1e0949a139d99e0aa8be5c5f1 /README.md | |
parent | ba0980cb60c4373d28619a4b200b7375ac381791 (diff) | |
download | gleam_aoc-69b46b59e9d5f669b1892f8cab09b662c087b8d3.tar.gz gleam_aoc-69b46b59e9d5f669b1892f8cab09b662c087b8d3.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ # 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 +My solutions for [Advent of Code](https://adventofcode.com/). + +Solutions are in: +* __2021__: [Racket](https://racket-lang.org/), with some in [Elixir](https://elixir-lang.org/) +* __2022__: Racket +* __2023__: [Gleam](https://gleam.run/) and Racket |