Remove top-level display -- top level expressions are automatically displayed in Racket.

This commit is contained in:
Sam Tobin-Hochstadt
2012-04-29 10:42:01 -03:00
committed by Sam Tobin-Hochstadt
parent 02e3bb8c5b
commit dfe034f842

View File

@@ -1,2 +1,2 @@
#lang racket #lang racket
(display "Hello world") "Hello world"