mirror of
https://github.com/kanaka/mal.git
synced 2024-11-10 12:47:45 +03:00
rexx, ruby: remove extraneous mal files.
This commit is contained in:
parent
23b7e1085b
commit
73b7847ef6
@ -1 +0,0 @@
|
||||
(prn (+ 4 5))
|
@ -1,7 +0,0 @@
|
||||
(def! read-args (fn* [args]
|
||||
(let* [arg (readline "arg> ")]
|
||||
(if (or (nil? arg) (empty? arg))
|
||||
args
|
||||
(read-args (conj args arg))))))
|
||||
|
||||
(prn "The args you entered are:" (read-args []))
|
Loading…
Reference in New Issue
Block a user