1
0
mirror of https://github.com/c0de-archive/hacktoberfest-2018.git synced 2025-01-05 08:42:41 +00:00
hacktoberfest-2018/code/veraschngr.c

7 lines
88 B
C
Raw Normal View History

2018-10-06 12:08:52 +00:00
#include <stdio.h>
int main (void) {
printf("Happy Hacktoberfest!\n");
return 0;
}