Skip to content

soenmie/libsandbox

Repository files navigation

Go Report Card Coverage Status GoDoc

#Sandbox

Sandbox for online judge.

##Install

command

$ go get github.com/ggaaooppeenngg/libsandbox
$ go install github.com/ggaaooppeenngg/libsandbox/...

###Usage

// compile before running and specify limit
sandbox --lang=c -c -s src/main.c -b bin/main --memory=10000 --time=1000 --input=judge/input --output==judge/output
// running with compiled binary file
sandbox --lang=c -b bin/main -i judge/input -o judge/output

About

Go sandbox for online judge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published