make-it-quick/hello.cpp

7 lines
93 B
C++

#include <iostream>
int main()
{
std::cout << "You successfully built using build\n";
}