← Back to contents
2.2
In the C Programming Language
#include
<stdio.h>
int
main
()
{
printf
(
"Hello, World!
\n
"
);
return
0
;
}