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