You are on page 1of 1

#include <stdio.

h>

int main() {

/* my first program in C */
printf("Hello, World! \n");

return 0;
}

You might also like