Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

#include <stdio.

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

You might also like