X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2Fproblems%2Fsquare%2Ftests%2Fac%2Fprog.cpp;fp=t%2Fproblems%2Fsquare%2Ftests%2Fac%2Fprog.cpp;h=0000000000000000000000000000000000000000;hp=0a66015bd2f3abd5ddc326014716eced6881eb86;hb=889e6e2800565514064d59087dedfb640863ef55;hpb=c3a7bac3a8effab522dc0b38b6d6dd0b0eb5add2 diff --git a/t/problems/square/tests/ac/prog.cpp b/t/problems/square/tests/ac/prog.cpp deleted file mode 100644 index 0a66015..0000000 --- a/t/problems/square/tests/ac/prog.cpp +++ /dev/null @@ -1,8 +0,0 @@ -#include - -int main(void){ - int x; - scanf("%d", &x); - printf("%d", x*x); - return 0; -}