git reimport

This commit is contained in:
2019-03-15 13:47:54 +04:00
commit 3b461f73de
489 changed files with 1631603 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"c-compiler": "gcc",
"c-compiler-flags": [
"-O2",
"-lm",
"-static"
],
"cpp-compiler": "g++",
"cpp-compiler-flags": [
"-O2",
"-std=gnu++0x",
"-lm",
"-static"
],
"parunner-file": "parunner.exe"
}