#include <stdio.h>
int main() {
// printf() displays the string inside quotation
printf("Hello, World!");
return 0;
}
This is a test blog
0 Kudos
#include <stdio.h>
int main() {
// printf() displays the string inside quotation
printf("Hello, World!");
return 0;
}
0 Kudos
Comments
Displaying 0 of 0 comments ( View all | Add Comment )