summaryrefslogtreecommitdiff
path: root/test/suite/hello.cc
blob: 06e3deb8fa0182371a33e704f2fd9d56de54a0a2 (plain)
1
2
3
4
5
6
#include <iostream>

int main()
{
	std::cout << "Hello\n";
}