vtester Wiki
Brought to you by:
vengadanathan
Welcome to Vtester project ,
This is java library which you can use to run and test c and java program and verify the ouput . This can be used in source code and output evaluation , you can create programming competition using it .
There are certain rules that must be follwed when compiling and checking a particular c or java code ,
*In case of Java program , the main executable must be named as Main and it must be public.
Currently runs on Linux alone .
You can directly execute the jar file using jre to see the demo.
Anonymous