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

3 lines
49 B
Plaintext
Raw Normal View History

(defn hello! (name)
(println "Hello %s" name))