diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-11-01 02:32:32 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-11-01 02:32:32 +0000 |
commit | bbc5da95e722001b92cf2978476ff79c577f952a (patch) | |
tree | e6f69243ca46316a04a2d5877ec1d4a83b3a4c18 | |
parent | be7c370916b56e4df1e5e3c1ad2d2bba681e4ae0 (diff) | |
download | advent-of-code-bbc5da95e722001b92cf2978476ff79c577f952a.tar.gz advent-of-code-bbc5da95e722001b92cf2978476ff79c577f952a.tar.bz2 advent-of-code-bbc5da95e722001b92cf2978476ff79c577f952a.zip |
Switched racket with rust (didn't want to use rust with external packages)
-rw-r--r-- | 2015/README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/2015/README.txt b/2015/README.txt index ea74de3..4ada2f5 100644 --- a/2015/README.txt +++ b/2015/README.txt @@ -18,11 +18,11 @@ I want to do this advent of code in more than one language if possible. Here is a list of all the languages I am aware of enough to program in, ordered from least to most confidence: -- (0) POSIX Shell -- (0) Haskell -- (0) Ocaml +- (1) POSIX Shell +- (2) Haskell +- (3) Ocaml +- (4) Racket - (0) Rust -- (0) Racket - (0) JavaScript/TypeScript - (0) Common Lisp - (0) C |