test

Committer:
thudt90
Date:
Thu Mar 12 09:16:50 2015 +0000
Revision:
0:88ac6b0df645
test

Who changed what in which revision?

UserRevisionLine numberNew contents of line
thudt90 0:88ac6b0df645 1
thudt90 0:88ac6b0df645 2 #include "test.h"
thudt90 0:88ac6b0df645 3
thudt90 0:88ac6b0df645 4 int Test::add(int a, int b)
thudt90 0:88ac6b0df645 5 {
thudt90 0:88ac6b0df645 6 return a + b;
thudt90 0:88ac6b0df645 7 }