commit 88c1778b32d3f3e0dd6a3f4068b66191a3dc9aa9 Author: Rnhmjoj Date: Fri Nov 16 15:48:44 2012 -0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0331bbb --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Object files +*.o + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app diff --git a/README.md b/README.md new file mode 100644 index 0000000..c4a2229 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Tris-in-stile-C +=============== + +Gioco del Tris in C \ No newline at end of file