blob: d3df476899babe26b519ce09694390079dadd295 [file] [log] [blame]
#include<iostream>
int main(void) {
std::cout << "C++ seems to be working." << std::endl;
return 0;
}