Initial version.

This commit is contained in:
Igor Sysoev
2017-01-17 20:00:00 +03:00
commit 16cbf3c076
235 changed files with 56359 additions and 0 deletions

3
auto/echo/Makefile Normal file
View File

@@ -0,0 +1,3 @@
echo.exe: echo.c
mingw32-gcc -o echo.exe -O2 echo.c