Create CMakeLists.txt file.

This commit is contained in:
2017-01-19 19:33:37 -08:00
parent b211362f62
commit 41d4d98678
3 changed files with 15 additions and 0 deletions

3
src/main.c Normal file
View File

@@ -0,0 +1,3 @@
int main(int argc, char** argv){
return 0;
}

0
src/pattern.c Normal file
View File