Difference between revisions of "Hello, World! (C)"
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
- Programming languages: C, glibc, musl, C++, gcc, Conan, make, Class warfare, Clang, Hello, World! (C),
puts
, array, Lisp
Advertising: