#include <stdio.h> int A_Variable=1; void That_is_my_function() {} int main(int argc, char *argv[]) { printf("Hello World\n"); return 0; }