Difference between revisions of "Hello, World! (C)"

From wikieduonline
Jump to navigation Jump to search
Line 13: Line 13:
 
== See also ==
 
== See also ==
 
* {{C}}
 
* {{C}}
 +
 +
 +
[[Category:C]]

Revision as of 19:11, 30 April 2020


#include <stdio.h>
int main() {
   // printf() displays the string inside quotation
   printf("Hello, World!");
   return 0;
}


See also

Advertising: