From cff195a4712e959f6ed6284e600486bc183f8184 Mon Sep 17 00:00:00 2001 From: "H.J" Date: Tue, 5 Mar 2024 15:19:16 -0500 Subject: CodingQuest day 1 in Gleam --- codingquest2024/src/codingquest2024.gleam | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 codingquest2024/src/codingquest2024.gleam (limited to 'codingquest2024/src/codingquest2024.gleam') diff --git a/codingquest2024/src/codingquest2024.gleam b/codingquest2024/src/codingquest2024.gleam new file mode 100644 index 0000000..5af4a2a --- /dev/null +++ b/codingquest2024/src/codingquest2024.gleam @@ -0,0 +1,5 @@ +import gleam/io + +pub fn main() { + io.println("Hello from codingquest2024!") +} -- cgit v1.2.3