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>") |
|||
Line 9: | Line 9: | ||
} | } | ||
</pre> | </pre> | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{C}} |
Revision as of 19:09, 30 April 2020
#include <stdio.h> int main() { // printf() displays the string inside quotation printf("Hello, World!"); return 0; }
See also
- Programming languages: C, glibc, musl, C++, gcc, Conan, make, Class warfare, Clang, Hello, World! (C),
puts
, array, Lisp
Advertising: