# gcc -o hello hello.c # ./hello Hello World #
<div><br /></div><div><pre class="wiki" style="box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; padding: 6px 0px 0px 6px; white-space: pre-wrap; font-family: 'Nanum Gothic Coding'; font-size: 13px; border-width: 1px 1px 1px 2px; border-style: solid; border-color: rgb(221, 221, 221) rgb(221, 221, 221) rgb(221, 221, 221) rgb(0, 0, 0); line-height: 19.5px; background-color: rgb(241, 241, 241);">
# gcc -o hello hello.c
# ./hello
Hello World
#
</pre></div><p><br /></p>