Show More
Commit Description:
autonew skips submissions with bad problems, forbids getch, better compiler msg when preprocessing fails, reports compile error when the executable is too large (100MB)
Commit Description:
autonew skips submissions with bad problems, forbids getch, better compiler msg when preprocessing fails, reports compile error when the executable is too large (100MB)
References:
File last commit:
Show/Diff file:
Action:
lib/initializer.rb
| 13 lines
| 151 B
| text/x-ruby
| RubyLexer
|
|
r22 | |||
module Grader | ||||
class Initializer | ||||
def self.run(&block) | ||||
config = Grader::Configuration.get_instance | ||||
yield config | ||||
end | ||||
end | ||||
end | ||||