Skip to content

Commit 1fe4760

Browse files
author
dnolen
committed
add back bootstrap testing nses
1 parent 85e1dce commit 1fe4760

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(ns bootstrap-test.core)
2+
3+
(defn foo [a b]
4+
(+ a b))
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(ns bootstrap-test.macros)
2+
3+
(defmacro foo [a b]
4+
`(* ~a ~b))

0 commit comments

Comments
 (0)