Add Initial commit

This commit is contained in:
Lev
2021-06-16 17:33:44 -05:00
parent d3d84e81c3
commit 2dc386e7fd
6 changed files with 32 additions and 16 deletions

View File

@ -0,0 +1,8 @@
#include <iostream>
#include <cppunit/TestCase.h>
int main()
{
std::cout << "Hello!" << std::endl;
}