hacktoberfest-2018/code/veraschngr.c

7 lines
88 B
C

#include <stdio.h>
int main (void) {
printf("Happy Hacktoberfest!\n");
return 0;
}