I make too many commits: adding readme

This commit is contained in:
wizbright 2018-02-19 12:32:38 -06:00
parent ecce22606a
commit 49265f7776
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
build

5
src/main.c Normal file
View file

@ -0,0 +1,5 @@
#include <stdio.h>
int main(int argc, char **argv) {
return 0;
}