CppQuickStart/main.cpp

15 lines
132 B
C++
Raw Normal View History

2019-03-28 16:38:50 +01:00
#include <iostream>
#include "utils.hpp"
#include "TestClass.hpp"
using std::cout;
using std::endl;
int main()
{
2019-03-28 16:38:50 +01:00
return 0;
}