serene-golang-implementation/docs/examples/hello_world.srn

4 lines
65 B
Plaintext
Raw Normal View History

2020-09-18 21:52:45 +01:00
(def a 4)
;; (defn hello! (name)
;; (println "Hello %s" name))