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/Hello2.fr4
1 files changed, 4 insertions, 0 deletions
diff --git a/example-project/src/main/frege/ch/fhnw/thga/Hello2.fr b/example-project/src/main/frege/ch/fhnw/thga/Hello2.fr
new file mode 100644
index 0000000..b7e6760
--- /dev/null
+++ b/example-project/src/main/frege/ch/fhnw/thga/Hello2.fr
@@ -0,0 +1,4 @@
+module ch.fhnw.thga.Hello2 where
+
+main args = do
+ putStrLn "Hello from File 2"