summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/hello_mpp/src/main.mpp
blob: 87122ad50a0fb9204aeeb09977676927e144631c (plain)
1
2
3
4
5
6
#include <cstdio>

int main() {
  std::printf("Hello world\n");
  return 0;
}