#include int main(int argc, char* argv[]) { std::cout << "Does this work?" << std::endl; return 0; }