Skip to content

Commit

Permalink
Something to evaluate.
Browse files Browse the repository at this point in the history
Also added target/ to .gitignore
  • Loading branch information
Jani Rahkola committed Oct 17, 2012
1 parent eb1b5af commit 3fcd576
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/lib
/classes
/native
/target
/.lein-failures
/checkouts
/.lein-deps-sum
Expand Down
2 changes: 2 additions & 0 deletions src/training_day.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
(ns training-day)

(def hai "O HAI!")

(defn square [x]
":(")

Expand Down

0 comments on commit 3fcd576

Please sign in to comment.