Skip to main content

Foo

Hello from Mehran

This is just a greeting from mehran

#include <stdio.h>

int main(){
printf("Hello World");
return 0;
}