Show More
Commit Description:
add python support...
Commit Description:
add python support we compile it into bytecode before run (see 'judge' and 'run')
References:
File last commit:
Show/Diff file:
Action:
lib/boot.rb | 10 lines | 352 B | text/x-ruby | RubyLexer |
require File.join(File.dirname(__FILE__), 'configuration')
require File.join(File.dirname(__FILE__), 'initializer')
require File.join(File.dirname(__FILE__), 'submission_helper')
require File.join(File.dirname(__FILE__), 'test_request_helper')
require File.join(File.dirname(__FILE__), 'engine')
require File.join(File.dirname(__FILE__), 'runner')