Convert all test programs from CPP to C
[gruntmaster-daemon.git] / t / problems / aminusb / tests / ac / prog.cpp
diff --git a/t/problems/aminusb/tests/ac/prog.cpp b/t/problems/aminusb/tests/ac/prog.cpp
deleted file mode 100644 (file)
index 298dd43..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#include<cstdio>
-int main()
-{
-    int a,b;
-    scanf ("%d%d",&a,&b);
-    printf ("%d",a-b);
-    return 0;
-}
This page took 0.010297 seconds and 4 git commands to generate.