Added veraschngr.c to code samples

This commit is contained in:
Vera Schöniger 2018-10-06 14:08:52 +02:00
parent 3f1d1da695
commit 83a9091b67
1 changed files with 6 additions and 0 deletions

6
code/veraschngr.c Normal file
View File

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