aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2020-01-31 20:27:50 -0700
committerJosh Rahm <joshuarahm@gmail.com>2020-01-31 20:27:50 -0700
commit66e9d8b8477075705d609a15f74eecd4e5304247 (patch)
treea36c8c2988b9359ffac7eba3a454c12224e91714 /src
downloadwordleai-66e9d8b8477075705d609a15f74eecd4e5304247.tar.gz
wordleai-66e9d8b8477075705d609a15f74eecd4e5304247.tar.bz2
wordleai-66e9d8b8477075705d609a15f74eecd4e5304247.zip
initial commit
Diffstat (limited to 'src')
-rw-r--r--src/Main.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs
new file mode 100644
index 0000000..2d51f8d
--- /dev/null
+++ b/src/Main.hs
@@ -0,0 +1,2 @@
+
+main = putStrLn "Hello, World!"