test

test.cpp

Committer:
thudt90
Date:
2015-03-12
Revision:
0:88ac6b0df645

File content as of revision 0:88ac6b0df645:


#include "test.h"

int Test::add(int a, int b)
{
    return a + b;
}