1.0.7 • Published 6 years ago

code-runner v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Code-runner build

Its an online programming ide for the compilation of simple programs, Mostly used in competitive programming servers to run the code according to certain set of rules.

usage

var runner = require('code-runner');
runner(code,options,function(){
  //callback function
  ...
});
  • code is the code to be executed.
  • options is an object which should contain the following properties :
    1. timeout : time in ms, specifies the time after which the program must be terminated.
    2. language : the name of the language of the given code.
1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago