Changes

Cmake

20 bytes added, 11:42, 9 February 2014
Manually Build
gcc main.c -o hello_world
</source>
 
and execute it with<br>
<source lang="bash">./hello_world<br> hello world<br/source>