gcc/tests/smoke-test/hello.cpp

8 lines
74 B
C++

#include <iostream>
int
main (void)
{
std::cout << "Hello, world!\n";
}