#include <stdio.h>
  
int main() {
    printf("Hello World");
    return 0;
}
  • This is not a hello world.
  • This is not a program.
  • This is not code.