diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2020-01-31 20:27:50 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2020-01-31 20:27:50 -0700 |
commit | 66e9d8b8477075705d609a15f74eecd4e5304247 (patch) | |
tree | a36c8c2988b9359ffac7eba3a454c12224e91714 /src | |
download | wordleai-66e9d8b8477075705d609a15f74eecd4e5304247.tar.gz wordleai-66e9d8b8477075705d609a15f74eecd4e5304247.tar.bz2 wordleai-66e9d8b8477075705d609a15f74eecd4e5304247.zip |
initial commit
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.hs | 2 |
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!" |