diff options
Diffstat (limited to 'aoc2019-gleam/src/aoc2019_gleam.gleam')
-rw-r--r-- | aoc2019-gleam/src/aoc2019_gleam.gleam | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/aoc2019-gleam/src/aoc2019_gleam.gleam b/aoc2019-gleam/src/aoc2019_gleam.gleam deleted file mode 100644 index 3ab0f4c..0000000 --- a/aoc2019-gleam/src/aoc2019_gleam.gleam +++ /dev/null @@ -1,5 +0,0 @@ -import gleam/io - -pub fn main() { - io.println("Hello from aoc2019_gleam!") -} |