Changes between Version 7 and Version 8 of GENIExperimenter/Tutorials/GENI_Desktop_and_GEMINI_runcmd/ExecuteExperiment


Ignore:
Timestamp:
07/12/13 11:17:23 (11 years ago)
Author:
griff@netlab.uky.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENI_Desktop_and_GEMINI_runcmd/ExecuteExperiment

    v7 v8  
    3838
    3939For the following exercise, if you do not have your own source code that you want to try, you can simply us the
    40 following "HelloWorld.c" program.
     40following !HelloWorld.c program.
    4141
    42 main() { printf("Hello World\n"); }
     42{{{
     43   main() {
     44      printf("Hello World\n");
     45   }
     46}}}
    4347
    4448