You are on page 1of 1

#include <stdio.

h>
int main(){
printf("Hello World!");
if (1 < 2) {
return 1;
} else {
return 0;
}
}

You might also like