Changes

Cmake

No change in size, 11:24, 9 February 2014
no edit summary
Enter inside the directory and create your main.c file with the hello world code:
&lt;<source lang="c"&gt;<br>
include &lt;stdio.h&gt;<br><br>int main (int argn, char *argv[])<br>{<br>&nbsp;&nbsp; &nbsp;printf("hello world\n");<br>&nbsp;&nbsp; &nbsp;return 0;<br>}<br>&lt;/source&gt;<br>
</source>