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

3 lines
49 B
Plaintext

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