racket/collects/2htdp/utest/sam.rkt
2011-07-02 14:47:54 -07:00

8 lines
473 B
Racket

;; The first three lines of this file were inserted by DrRacket. They record metadata
;; about the language level of this file in a form that our tools can easily process.
#reader(lib "htdp-intermediate-lambda-reader.ss" "lang")((modname sam) (read-case-sensitive #t) (teachpacks ()) (htdp-settings #(#t constructor repeating-decimal #f #t none #f ())))
(require "shared.rkt")
(require 2htdp/universe)
(launch-many-worlds (make-player 200 "sam") (make-player 100 "carl"))