omidsaedi
8/21/2018 - 4:59 PM

Hello World

#include <stdio.h>
int main(){
printf("hello world");
}