aboutsummaryrefslogtreecommitdiff
path: root/aoc2023
diff options
context:
space:
mode:
authorJ.J <thechairman@thechairman.info>2023-11-30 19:59:54 -0500
committerJ.J <thechairman@thechairman.info>2023-11-30 19:59:54 -0500
commitf4b97fff364ded9667eca6a1870b2bd0fc53b853 (patch)
treef7d8bdd83e7237bd598e36d590cc63261020c496 /aoc2023
parentced422119e4286a756b1f8346d1ac5bd8b1eea5f (diff)
downloadgleam_aoc-f4b97fff364ded9667eca6a1870b2bd0fc53b853.tar.gz
gleam_aoc-f4b97fff364ded9667eca6a1870b2bd0fc53b853.zip
setting up adglent
Diffstat (limited to 'aoc2023')
-rw-r--r--aoc2023/.gitignore2
-rw-r--r--aoc2023/gleam.toml1
-rw-r--r--aoc2023/manifest.toml24
-rw-r--r--aoc2023/test/aoc2023_test.gleam11
4 files changed, 29 insertions, 9 deletions
diff --git a/aoc2023/.gitignore b/aoc2023/.gitignore
index 170cca9..8248306 100644
--- a/aoc2023/.gitignore
+++ b/aoc2023/.gitignore
@@ -2,3 +2,5 @@
*.ez
build
erl_crash.dump
+
+aoc.toml \ No newline at end of file
diff --git a/aoc2023/gleam.toml b/aoc2023/gleam.toml
index df51c5d..f2a2a9c 100644
--- a/aoc2023/gleam.toml
+++ b/aoc2023/gleam.toml
@@ -14,3 +14,4 @@ gleam_stdlib = "~> 0.32"
[dev-dependencies]
gleeunit = "~> 1.0"
+adglent = "~> 1.2"
diff --git a/aoc2023/manifest.toml b/aoc2023/manifest.toml
new file mode 100644
index 0000000..2f0caa9
--- /dev/null
+++ b/aoc2023/manifest.toml
@@ -0,0 +1,24 @@
+# This file was generated by Gleam
+# You typically do not need to edit this file
+
+packages = [
+ { name = "adglent", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_community_ansi", "gleam_erlang", "snag", "gleam_stdlib", "tom", "gap", "gleam_otp", "gleam_httpc", "glint", "gleam_http", "simplifile"], otp_app = "adglent", source = "hex", outer_checksum = "A20D35001061F8AD602E3B92FB3AC0E1E4EEC642AD2AAE0ACEAD3A85F37DA7F0" },
+ { name = "gap", version = "1.0.1", build_tools = ["gleam"], requirements = ["gleam_stdlib", "gleam_community_ansi"], otp_app = "gap", source = "hex", outer_checksum = "5E369751DB547BFBDA7735878DC04DA31FCA3112193D61D5D7566010C7C8BA98" },
+ { name = "gleam_community_ansi", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_community_colour", "gleam_stdlib"], otp_app = "gleam_community_ansi", source = "hex", outer_checksum = "8B5A9677BC5A2738712BBAF2BA289B1D8195FDF962BBC769569976AD5E9794E1" },
+ { name = "gleam_community_colour", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_community_colour", source = "hex", outer_checksum = "036C206886AFB9F153C552700A7A0B4D2864E3BC96A20C77E5F34A013C051BE3" },
+ { name = "gleam_erlang", version = "0.23.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "C21CFB816C114784E669FFF4BBF433535EEA9960FA2F216209B8691E87156B96" },
+ { name = "gleam_http", version = "3.5.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_http", source = "hex", outer_checksum = "AECDA43AFD523D07A8F09068598A6E271C505278A0CB6F9C7A2E4365EAE8D11E" },
+ { name = "gleam_httpc", version = "2.1.1", build_tools = ["gleam"], requirements = ["gleam_http", "gleam_stdlib"], otp_app = "gleam_httpc", source = "hex", outer_checksum = "06AC1CA52C9BAA66C9D5C0303B2BF34E39AA1546BB96AEE496E4B06D513AB8C7" },
+ { name = "gleam_otp", version = "0.8.0", build_tools = ["gleam"], requirements = ["gleam_stdlib", "gleam_erlang"], otp_app = "gleam_otp", source = "hex", outer_checksum = "18EF8242A5E54BA92F717C7222F03B3228AEE00D1F286D4C56C3E8C18AA2588E" },
+ { name = "gleam_stdlib", version = "0.33.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "539E37A2AA5EBE8E75F4B74755E4CC604BD957C3000AC8D705A2024886A2738B" },
+ { name = "gleeunit", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D3682ED8C5F9CAE1C928F2506DE91625588CC752495988CBE0F5653A42A6F334" },
+ { name = "glint", version = "0.13.0", build_tools = ["gleam"], requirements = ["snag", "gleam_community_colour", "gleam_stdlib", "gleam_community_ansi"], otp_app = "glint", source = "hex", outer_checksum = "46E56049CD370D61F720D319D0AB970408C9336EEB918F08B5DCB1DCE9845FA3" },
+ { name = "simplifile", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "0BD6F0E7DA1A7E11D18B8AD48453225CAFCA4C8CFB4513D217B372D2866C501C" },
+ { name = "snag", version = "0.2.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "snag", source = "hex", outer_checksum = "8FD70D8FB3728E08AC425283BB509BB0F012BE1AE218424A597CDE001B0EE589" },
+ { name = "tom", version = "0.2.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "tom", source = "hex", outer_checksum = "5C5A9B8586C547F1F39542B1A3BBD9FEE17AFEAB51CE53B32B13D0D46B421249" },
+]
+
+[requirements]
+adglent = { version = "~> 1.2" }
+gleam_stdlib = { version = "~> 0.32" }
+gleeunit = { version = "~> 1.0" }
diff --git a/aoc2023/test/aoc2023_test.gleam b/aoc2023/test/aoc2023_test.gleam
index 3831e7a..2b696a4 100644
--- a/aoc2023/test/aoc2023_test.gleam
+++ b/aoc2023/test/aoc2023_test.gleam
@@ -1,12 +1,5 @@
-import gleeunit
-import gleeunit/should
+import showtime
pub fn main() {
- gleeunit.main()
-}
-
-// gleeunit test functions end in `_test`
-pub fn hello_world_test() {
- 1
- |> should.equal(1)
+ showtime.main()
}