Uploaded by Ur3anAd1sh

blank

advertisement
1. Hello World in C
#include <stdio.h>
int main(){
printf("Hello World\n");
}
Download