From fbd14fa6d1a01d4aefa1fca725792683800fc67e Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 14 Jul 2008 19:53:13 -0700 Subject: [PATCH] better scheme --- scheme.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scheme.scm b/scheme.scm index e43735de..9ea18e99 100644 --- a/scheme.scm +++ b/scheme.scm @@ -1,3 +1 @@ -(begin - (display "Hello World") - (newline)) +(display "Hello World") (newline)