Another post

This is another post. I'll post other posts as well.

 

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