shutting up the test file
This commit is contained in:
parent
37a11247c7
commit
de50e9d7a8
3
Makefile
3
Makefile
@ -6,6 +6,9 @@ all:
|
|||||||
@echo " - dev (test & flake)"
|
@echo " - dev (test & flake)"
|
||||||
@echo " - flake"
|
@echo " - flake"
|
||||||
@echo " - test"
|
@echo " - test"
|
||||||
|
@echo " - diff"
|
||||||
|
@echo " - d"
|
||||||
|
@echo " - r"
|
||||||
@echo ""
|
@echo ""
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
; This is a comment. It shall be ignored by the parser.
|
; This is a comment. It shall be ignored by the parser.
|
||||||
|
|
||||||
|
|
||||||
(print "Foo")
|
(def square (fn [x]
|
||||||
|
(* x x)))
|
||||||
|
Loading…
Reference in New Issue
Block a user