Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 232 Bytes

test.md

File metadata and controls

21 lines (13 loc) · 232 Bytes

A test page to see if Jekyll just works

Hello there.

Heading

Some important information.

And then...

I found myself surrounded by ducks.

(ns foo.bar)

(defn add-2 [n]
  (+ 2 n))

(defn mult-4 [n]
  (* 4 n))