Revision 21d1e49088fe23cc9b1360b3f46f9a9d8f71184b authored by Alon Zakai on 03 February 2014, 01:37:17 UTC, committed by Alon Zakai on 03 February 2014, 01:37:17 UTC
1 parent 1341770
Raw File
hello_world.cpp
#include<stdio.h>

class Test {}; // This will fail in C mode

int main() {
  printf("hello, world!\n");
  return 1;
}

back to top