1 2 3 4 5
// a hello-world test (but much simpler than an actual "hello, world") int main() { return 0; }