www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

test.rkt (137B)


      1 #lang repltest racket
      2 ;; This file has the name "test", but it shouldn't cause any conflicts in module
      3 ;; names
      4 (define x 0)
      5 > (+ 1 1)
      6 2