Simple job with data manipulation

From MediaWiki

(Difference between revisions)
Jump to: navigation, search
Ngrkic (Talk | contribs)
(Created page with 'This is simple single job submitting example with data management. In this case, WN will download source code and executing script from SE and after successful ending of job, res…')
Newer edit →

Revision as of 12:45, 9 December 2011

This is simple single job submitting example with data management. In this case, WN will download source code and executing script from SE and after successful ending of job, result will be uploaded on SE.

Content of uploaded files:

hello.c
#include <stdio.h>

int main()
{
 printf ("hello world!!\n");
 return 0;
}
Personal tools