summaryrefslogblamecommitdiff
path: root/tests/exec/hello.cpp
blob: 5c9f8ebd6d049b0b411123c3e4acea4607302362 (plain) (tree)
1
2
3
4
5




                               
#include <iostream>

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