Add hello world tests for all languages (enabled when RELEASE_TESTING is true)
[gruntmaster-daemon.git] / t / problems / hello / tests / pascal / prog.pas
diff --git a/t/problems/hello/tests/pascal/prog.pas b/t/problems/hello/tests/pascal/prog.pas
new file mode 100644 (file)
index 0000000..d501d7e
--- /dev/null
@@ -0,0 +1,4 @@
+program HelloWorld;
+begin
+   writeln('Hello World!')
+end.
This page took 0.009139 seconds and 4 git commands to generate.