aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/2 cpp/trivial.cc
blob: c5ade7215bbc3f0c5d1221ef18ce9d6a0a59fae7 (plain)
1
2
3
4
5
6
#include<iostream>

int main() {
  std::cout << "C++ seems to be working." << std::endl;
  return 0;
}