X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=t%2Fproblems%2Fhello%2Ftests%2Fpascal%2Fprog.pas;fp=t%2Fproblems%2Fhello%2Ftests%2Fpascal%2Fprog.pas;h=d501d7e612dfdba186639450eb8450f8469d55a1;hp=0000000000000000000000000000000000000000;hb=b8f7001a80665c35f33aed657ead2a426d4efac8;hpb=d9c408103c63368802d73c9147a273074e520e65 diff --git a/t/problems/hello/tests/pascal/prog.pas b/t/problems/hello/tests/pascal/prog.pas new file mode 100644 index 0000000..d501d7e --- /dev/null +++ b/t/problems/hello/tests/pascal/prog.pas @@ -0,0 +1,4 @@ +program HelloWorld; +begin + writeln('Hello World!') +end.