From: <br...@us...> - 2008-05-04 16:42:59
|
Revision: 83 http://acmcontester.svn.sourceforge.net/acmcontester/?rev=83&view=rev Author: brus07 Date: 2008-05-04 09:43:04 -0700 (Sun, 04 May 2008) Log Message: ----------- Added "epmtypr" in compiler folder Added Paths: ----------- ACMServer/branches/Version_2/Server/Compillers/Delphi7/emptypr/ ACMServer/branches/Version_2/Server/Compillers/Delphi7/emptypr/program.pas ACMServer/branches/Version_2/Server/Compillers/vc6/ ACMServer/branches/Version_2/Server/Compillers/vc6/emptypr/ ACMServer/branches/Version_2/Server/Compillers/vc6/emptypr/program.cpp Removed Paths: ------------- ACMServer/branches/Version_2/Server/Compillers/vc6_full/ Added: ACMServer/branches/Version_2/Server/Compillers/Delphi7/emptypr/program.pas =================================================================== --- ACMServer/branches/Version_2/Server/Compillers/Delphi7/emptypr/program.pas (rev 0) +++ ACMServer/branches/Version_2/Server/Compillers/Delphi7/emptypr/program.pas 2008-05-04 16:43:04 UTC (rev 83) @@ -0,0 +1,3 @@ +program emptypr; +begin +end. Copied: ACMServer/branches/Version_2/Server/Compillers/vc6 (from rev 80, ACMServer/branches/Version_2/Server/Compillers/vc6_full) Added: ACMServer/branches/Version_2/Server/Compillers/vc6/emptypr/program.cpp =================================================================== --- ACMServer/branches/Version_2/Server/Compillers/vc6/emptypr/program.cpp (rev 0) +++ ACMServer/branches/Version_2/Server/Compillers/vc6/emptypr/program.cpp 2008-05-04 16:43:04 UTC (rev 83) @@ -0,0 +1,4 @@ +int main() +{ + return 0; +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |