cpp-unity-template/src/main.cpp

7 lines
99 B
C++

#include <iostream>
int main(void) {
std::cout << "Hello world" << std::endl;
return 0;
}