blob: a4836ebe58970359461350e1aced9b05946c7387 [file] [log] [blame]
swissChilibed80922021-04-13 21:58:05 -07001(defun my-fun (a b)
2 (display t "%a\n" (+ a b)))
swissChilica107a02021-04-14 12:07:30 -07003
4(defun main ()
swissChili6eee4f92021-04-20 09:34:30 -07005 (my-fun pi 4 773832))