PaperTrader/libtrader/test.c

5 lines
41 B
C
Executable File

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