RE: C (programming language)You are viewing a single comment's thread from:C (programming language)View the full contextView the direct parentladycryptic (50) in computer • 5 years ago #include <stdio.h> int main() { printf("Hello Crokkon\n"); return 0; } computer