about summary refs log tree commit diff
path: root/website/sandbox/learnpianochords/src/server/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'website/sandbox/learnpianochords/src/server/Main.hs')
-rw-r--r--website/sandbox/learnpianochords/src/server/Main.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/website/sandbox/learnpianochords/src/server/Main.hs b/website/sandbox/learnpianochords/src/server/Main.hs
new file mode 100644
index 000000000000..5fca22a4567a
--- /dev/null
+++ b/website/sandbox/learnpianochords/src/server/Main.hs
@@ -0,0 +1,6 @@
+--------------------------------------------------------------------------------
+module Main where
+--------------------------------------------------------------------------------
+
+main :: IO ()
+main = putStrLn "Working!"