We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13acb5 commit f8fd08dCopy full SHA for f8fd08d
samples/repl/src/repl/foo.cljs
@@ -0,0 +1,4 @@
1
+(ns repl.foo)
2
+
3
+(defn bar [a b]
4
+ (+ a b))
0 commit comments