// I was originally ashamed of putting this here, But this is a "c-stuff" folder after all. // Don't always expect advanced stuff. #include int main() { printf("Hello World"); getchar(); }