1
0
mirror of https://github.com/c0de-archive/hacktoberfest-2018.git synced 2025-01-03 00:12:40 +00:00
hacktoberfest-2018/code/veraschngr.c
2018-10-06 14:08:52 +02:00

7 lines
88 B
C

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