#!/bin/sh
string=? ; PLTHOME="/usr/local" ; export PLTHOME ; exec $PLTHOME/bin/racket -r $0 "$@"

(display "hello world")
