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

4 lines
68 B
Plaintext
Raw Permalink Normal View History

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