diff options
author | HJ <thechairman@thechairman.info> | 2023-12-01 08:37:21 -0500 |
---|---|---|
committer | HJ <thechairman@thechairman.info> | 2023-12-01 08:37:21 -0500 |
commit | e3c88c124a61248e0b17fad34df167d40464d946 (patch) | |
tree | a56c86ad58a949463fe3effefad20093bc92f769 /aoc2023/gleam.toml | |
parent | f4b97fff364ded9667eca6a1870b2bd0fc53b853 (diff) | |
download | gleam_aoc-e3c88c124a61248e0b17fad34df167d40464d946.tar.gz gleam_aoc-e3c88c124a61248e0b17fad34df167d40464d946.zip |
day 1 complete
Diffstat (limited to 'aoc2023/gleam.toml')
-rw-r--r-- | aoc2023/gleam.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc2023/gleam.toml b/aoc2023/gleam.toml index f2a2a9c..a437c55 100644 --- a/aoc2023/gleam.toml +++ b/aoc2023/gleam.toml @@ -11,6 +11,7 @@ version = "0.1.0" [dependencies] gleam_stdlib = "~> 0.32" +simplifile = "~> 1.0" [dev-dependencies] gleeunit = "~> 1.0" |