summaryrefslogtreecommitdiffstats
path: root/src/module/greet.phel
diff options
context:
space:
mode:
Diffstat (limited to 'src/module/greet.phel')
-rw-r--r--src/module/greet.phel4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/module/greet.phel b/src/module/greet.phel
new file mode 100644
index 0000000..239e425
--- /dev/null
+++ b/src/module/greet.phel
@@ -0,0 +1,4 @@
+(ns web-skeleton\module\greet)
+
+(defn greet [name]
+ (str "Hello, " name)) \ No newline at end of file