From fe088aa5778dcdbaab4dd8d4a7395a91c444b45c Mon Sep 17 00:00:00 2001 From: "J.J" Date: Thu, 30 May 2024 21:47:13 -0400 Subject: gleam 2019 --- aoc2019-gleam/src/aoc2019_gleam.gleam | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 aoc2019-gleam/src/aoc2019_gleam.gleam (limited to 'aoc2019-gleam/src') diff --git a/aoc2019-gleam/src/aoc2019_gleam.gleam b/aoc2019-gleam/src/aoc2019_gleam.gleam new file mode 100644 index 0000000..3ab0f4c --- /dev/null +++ b/aoc2019-gleam/src/aoc2019_gleam.gleam @@ -0,0 +1,5 @@ +import gleam/io + +pub fn main() { + io.println("Hello from aoc2019_gleam!") +} -- cgit v1.2.3