hello wordl in C code example Example: c hello world #include <stdio.h> int main(0) { printf("Hello World!\n"); return 0; }