aboutsummaryrefslogtreecommitdiff
path: root/codingquest2024/src/codingquest2024.gleam
diff options
context:
space:
mode:
Diffstat (limited to 'codingquest2024/src/codingquest2024.gleam')
-rw-r--r--codingquest2024/src/codingquest2024.gleam5
1 files changed, 0 insertions, 5 deletions
diff --git a/codingquest2024/src/codingquest2024.gleam b/codingquest2024/src/codingquest2024.gleam
deleted file mode 100644
index 5af4a2a..0000000
--- a/codingquest2024/src/codingquest2024.gleam
+++ /dev/null
@@ -1,5 +0,0 @@
-import gleam/io
-
-pub fn main() {
- io.println("Hello from codingquest2024!")
-}