mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2026-04-25 21:43:17 +00:00
Added veraschngr.c to code samples
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main (void) {
|
||||
printf("Happy Hacktoberfest!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user