lets confuse girls hello world program in c code example Example: print hello world in c int main() { printf("Hello, World!"); return 0; }