diff options
author | Alan Pearce | 2014-09-09 20:48:48 +0100 |
---|---|---|
committer | Alan Pearce | 2014-09-09 20:48:48 +0100 |
commit | 811dd1cb92a7248f16c66659c11ffd78fea3e2f6 (patch) | |
tree | f2ec9e2cbd40adc4dab80ac91c5f8f5248a643c7 /src | |
download | microformats-811dd1cb92a7248f16c66659c11ffd78fea3e2f6.tar.lz microformats-811dd1cb92a7248f16c66659c11ffd78fea3e2f6.tar.zst microformats-811dd1cb92a7248f16c66659c11ffd78fea3e2f6.zip |
Initial commit.
Diffstat (limited to 'src')
-rw-r--r-- | src/microformats/core.clj | 6 |
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!")) |