X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2Fproblems%2Fhello%2Ftests%2Fcpp%2Fprog.cpp;fp=t%2Fproblems%2Fhello%2Ftests%2Fcpp%2Fprog.cpp;h=2649ecca47f6d15a1fd4d8f48eca375f9b1349f1;hp=0000000000000000000000000000000000000000;hb=b8f7001a80665c35f33aed657ead2a426d4efac8;hpb=d9c408103c63368802d73c9147a273074e520e65 diff --git a/t/problems/hello/tests/cpp/prog.cpp b/t/problems/hello/tests/cpp/prog.cpp new file mode 100644 index 0000000..2649ecc --- /dev/null +++ b/t/problems/hello/tests/cpp/prog.cpp @@ -0,0 +1,6 @@ +#include + +int main(void){ + puts("Hello World!"); + return 0; +}