add pascalhello.pas
authorbrian <brian@brianweb.net>
Fri, 21 May 2004 10:36:22 +0000 (03:36 -0700)
committerbrian <brian@brianweb.net>
Fri, 21 May 2004 10:36:22 +0000 (03:36 -0700)
darcs-hash:20040521103622-24bed-b4b1a52fa635f49296959ed04aee224e71f892c8.gz

src/tests/PascalHello.pas [new file with mode: 0644]

diff --git a/src/tests/PascalHello.pas b/src/tests/PascalHello.pas
new file mode 100644 (file)
index 0000000..9a4db00
--- /dev/null
@@ -0,0 +1,4 @@
+program Hello;
+begin
+       writeln('Hello, World from GPC/NestedVM')
+end.