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