Add Initial commit

This commit is contained in:
Lev
2021-04-13 14:59:02 -05:00
parent d5692b1ed4
commit 972c1980dc
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#include <iostream>
int difference(int a, int b)
{
return a-b;
}