Skip to content

Commit f8fd08d

Browse files
author
dnolen
committed
add file to make REPL load-file testing simpler
1 parent a13acb5 commit f8fd08d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

samples/repl/src/repl/foo.cljs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
(ns repl.foo)
2+
3+
(defn bar [a b]
4+
(+ a b))

0 commit comments

Comments
 (0)