aboutsummaryrefslogtreecommitdiff
path: root/aoc2023-gleam/test/aoc2023_test.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'aoc2023-gleam/test/aoc2023_test.gleam')
-rw-r--r--aoc2023-gleam/test/aoc2023_test.gleam5
1 files changed, 5 insertions, 0 deletions
diff --git a/aoc2023-gleam/test/aoc2023_test.gleam b/aoc2023-gleam/test/aoc2023_test.gleam
new file mode 100644
index 0000000..2b696a4
--- /dev/null
+++ b/aoc2023-gleam/test/aoc2023_test.gleam
@@ -0,0 +1,5 @@
+import showtime
+
+pub fn main() {
+ showtime.main()
+}