Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
[gruntmaster-daemon.git] / t / problems / hello / tests / pascal / prog.pas
1 program HelloWorld;
2 begin
3 writeln('Hello World!')
4 end.
This page took 0.021832 seconds and 5 git commands to generate.