removing a comment

This commit is contained in:
Paul R. Tagliamonte 2013-03-10 15:40:23 -04:00
parent 2b908254ac
commit f170721378

View File

@ -13,8 +13,6 @@
<div class = 'focus' >
<div class = 'repl' >
<textarea id = 'repl-input' class = 'repl-pane repl-left' >
; This is an example of some of the things that Hy can do
(defn hello-world [who] (print (.join ", " ["Hello" who])))
(hello-world "Paul")