From 7624bef7f906135ca220096894705800d75c1368 Mon Sep 17 00:00:00 2001 From: Quentin Leonetti Date: Sat, 20 Jul 2019 16:56:53 +0200 Subject: [PATCH] update dejong with '() --- examples/dejong.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/dejong.lisp b/examples/dejong.lisp index 9e3eac6..b446040 100644 --- a/examples/dejong.lisp +++ b/examples/dejong.lisp @@ -25,11 +25,11 @@ (2 1) ) ) - (benchmark (lambda () - (dejong 12800 + (benchmark + '(dejong 12800 (random -2 2) (random -2 2) (random -2 2) (random -2 2) - ))) + )) )