main.cpp 103 B

12345
  1. #include <stdio.h>
  2. int main(){
  3. printf("Hello World, You have now been changed!\n");
  4. return 0;
  5. }