summaryrefslogtreecommitdiff
path: root/testapp/docs/add.cpp
blob: d3b78972f9880cc1c47c13ae1d465e3410ca319b (plain)
1
2
3
4
5
6
#include<stdio.h>
int add(int a,int b)
{
  printf("All Correct");
  return a;
}