aboutsummaryrefslogtreecommitdiff
path: root/example-project/src
diff options
context:
space:
mode:
Diffstat (limited to 'example-project/src')
-rw-r--r--example-project/src/main/frege/ch/fhnw/thga/Hello.fr4
1 files changed, 4 insertions, 0 deletions
diff --git a/example-project/src/main/frege/ch/fhnw/thga/Hello.fr b/example-project/src/main/frege/ch/fhnw/thga/Hello.fr
new file mode 100644
index 0000000..03918b6
--- /dev/null
+++ b/example-project/src/main/frege/ch/fhnw/thga/Hello.fr
@@ -0,0 +1,4 @@
+module ch.fhnw.thga.Hello where
+
+main = do
+ println "Hello" \ No newline at end of file