summaryrefslogtreecommitdiff
path: root/src/dactyl_cave/core.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/dactyl_cave/core.clj')
-rw-r--r--src/dactyl_cave/core.clj6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dactyl_cave/core.clj b/src/dactyl_cave/core.clj
new file mode 100644
index 0000000..d07faa6
--- /dev/null
+++ b/src/dactyl_cave/core.clj
@@ -0,0 +1,6 @@
+(ns dactyl-cave.core)
+
+(defn foo
+ "I don't do a whole lot."
+ [x]
+ (println x "Hello, World!"))