Merge pull request #174 from veraschngr/add-veraschngr

Added veraschngr.c to code samples
This commit is contained in:
Luke Oliff 2018-10-06 09:50:28 -07:00 committed by GitHub
commit c3b927ed45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
code/veraschngr.c Normal file
View File

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