Source code

Revision control

Copy as Markdown

Other Tools

interface run {
/// Run the program.
run: func() -> result;
}