package
0.0.0-20200621205105-6ad1837192fb
Repository: https://github.com/matheuscscp/fd8-judge.git
Documentation: pkg.go.dev

# Constants

CustomInteractor tells the judge to execute the problem solution through a custom interactor which is supposed to be inside the problem bundle.
DefaultInteractor tells the judge to execute the problem solution through the default interactor, which discretely streams the input of each test case to the solution program and discretely collects the output of each test case.
NoInteractor tells the judge to execute the problem solution without any interactor.

# Structs

No description provided by the author