clarify licensing
[nestedvm.git] / src / tests / PascalHello.pas
1 program Hello;
2 begin
3         writeln('Hello, World from GPC/NestedVM')
4 end.