23234

#include <stdio.h>

int main(void){
    printf("The world says hello!");
    return 0;
}

+ Recent posts