
{"id":19007,"date":"2022-07-23T22:56:19","date_gmt":"2022-07-23T17:26:19","guid":{"rendered":"https:\/\/beautifulworknew.wordpress.com\/?p=19007"},"modified":"2022-07-23T22:56:19","modified_gmt":"2022-07-23T17:26:19","slug":"linux-system-programming-techniques-1","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2022\/07\/23\/linux-system-programming-techniques-1\/","title":{"rendered":"Hello World"},"content":{"rendered":"\n<p><\/p>\n\n\n<p>$ls<br>first-example.c new-sum.c sum.c<br>$cat first-example.c <br>#include &lt;stdio.h&gt;<br>int main(void)<br>{<br>printf(&#8220;Hello, world!\\n&#8221;);<br>return 0;<br>}<br>$gcc first-example.c -o first-example<br>$.\/first-example<br>Hello, world!<br>$<\/p>","protected":false},"excerpt":{"rendered":"<p>$lsfirst-example.c new-sum.c sum.c$cat first-example.c #include &lt;stdio.h&gt;int main(void){printf(&#8220;Hello, world!\\n&#8221;);return 0;}$gcc first-example.c -o first-example$.\/first-exampleHello, world!$<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/19007"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=19007"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/19007\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=19007"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=19007"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=19007"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}