X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=wolf;a=blobdiff_plain;f=resources%2Fgood.lisp;h=bca3e8595a6243e004687924596eed7759abca99;hp=3328e2e18f8c220b2b7be045062f07d3904c44c3;hb=659997d;hpb=1f818db9cb54bc53b62e5b7c2268e6db7d62a3fa diff --git a/resources/good.lisp b/resources/good.lisp index 3328e2e..bca3e85 100644 --- a/resources/good.lisp +++ b/resources/good.lisp @@ -1,5 +1,8 @@ (in-package #:nothing) +(defun small-guy (a b) (+ a b)) +(defun small-guy-2 (a b) (+ a b)) + (defun hello-world (a b c) (progn (with-open-file (str "increasinglylongfilenamesfailme.dat" :direction :input :if-does-not-exist :create)