aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/test/aoc2023_test.gleam
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/test/aoc2023_test.gleam
parentced422119e4286a756b1f8346d1ac5bd8b1eea5f (diff)
downloadgleam_aoc-f4b97fff364ded9667eca6a1870b2bd0fc53b853.tar.gz
gleam_aoc-f4b97fff364ded9667eca6a1870b2bd0fc53b853.zip
setting up adglent
Diffstat (limited to 'aoc2023/test/aoc2023_test.gleam')
-rw-r--r--aoc2023/test/aoc2023_test.gleam11
1 files changed, 2 insertions, 9 deletions
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()
}