10 lines
203 B
Racket
10 lines
203 B
Racket
#lang scribble/doc
|
|
@(require "common.rkt")
|
|
|
|
@title{Sandbox}
|
|
|
|
@defmodule[handin-server/sandbox]
|
|
|
|
This is just a wrapper around the Racket sandbox engine. It
|
|
configures it for use with the handin server.
|