Create test.cpp
This commit is contained in:
7
src/test.cpp
Normal file
7
src/test.cpp
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
std::cout << "hi there" << std::endl;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user