C Basic



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

Comments

Post a Comment