Convert all test programs from CPP to C
[gruntmaster-daemon.git] / t / problems / aplusb / tests / 40 / prog.cpp
diff --git a/t/problems/aplusb/tests/40/prog.cpp b/t/problems/aplusb/tests/40/prog.cpp
deleted file mode 100644 (file)
index 5a41733..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include<stdio.h>
-int main(void){
-       short a,b;
-       scanf("%hd%hd", &a, &b);
-       printf("%hd", a+b);
-       return 0;
-}
This page took 0.009203 seconds and 4 git commands to generate.