Create test.cpp

This commit is contained in:
brgirgis
2017-09-13 15:20:45 -05:00
committed by GitHub
parent d9dacfb7d0
commit b2bac942b8

7
src/test.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <iostream>
int main()
{
std::cout << "hi there" << std::endl;
}