Difference between revisions of "Hello, World! (C)"
Jump to navigation
Jump to search
(Created page with " <pre> #include <stdio.h> int main() { // printf() displays the string inside quotation printf("Hello, World!"); return 0; } </pre>") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
} | } | ||
</pre> | </pre> | ||
+ | |||
+ | == Related == | ||
+ | * [[Hello, World!]] | ||
+ | |||
+ | == See also == | ||
+ | * {{C}} | ||
+ | |||
+ | |||
+ | [[Category:C]] |
Latest revision as of 01:33, 3 March 2022
Advertising: