diff options
author | J.J <thechairman@thechairman.info> | 2023-12-01 12:59:15 -0500 |
---|---|---|
committer | J.J <thechairman@thechairman.info> | 2023-12-01 12:59:15 -0500 |
commit | d8a9e1520f51c1021a0eba589a8716621a8e5893 (patch) | |
tree | 8243093fcd2a6dfc2da64c4ceae7761c681bab23 /aoc2023/gleam.toml | |
parent | e6623bd6c19db62ca17556fc16e5c4c874ae7509 (diff) | |
parent | a2bcd6b53e5b94ad4d6b9eb3e847dae210db1704 (diff) | |
download | gleam_aoc-d8a9e1520f51c1021a0eba589a8716621a8e5893.tar.gz gleam_aoc-d8a9e1520f51c1021a0eba589a8716621a8e5893.zip |
Merge branch 'main' of https://github.com/hunkyjimpjorps/AdventOfCode
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" |