Remove purges (as they are now unnecessary)
[gruntmaster-daemon.git] / t / problems / aplusb / tests / 40 / prog.cpp
CommitLineData
5c5cd38a
MG
1#include<stdio.h>
2int main(void){
3 short a,b;
4 scanf("%hd%hd", &a, &b);
5 printf("%hd", a+b);
6 return 0;
7}
This page took 0.010912 seconds and 4 git commands to generate.