test123
testing
123
testing
123test
#include <stdio.h>
int main() {
// printf() displays the string inside quotation
printf("Hello, World!!!!!");
return 0;
}
Nothing yet
#include <stdio.h>
int main() {
// printf() displays the string inside quotation
printf("Hello, World!!!");
return 0;
}