1 2 | (defun x (y z) (+ y z)) |
KGRlZnVuIHggKHkgeikKICAoKyB5IHopKQ==
-
upload with new input
-
result: Success time: 0s memory: 3068 kB returned value: 255
(defun fun (x y) (+ x y)) (format t "10+20=~a~%" (fun 10 20))
-
result: Success time: 0s memory: 3068 kB returned value: 255



