1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-11 20:05:03 -05:00
Simba/trunk/Tests/PS/PathTest.mufa
2010-01-26 04:47:07 +00:00

6 lines
67 B
Plaintext

program new;
begin
Writeln(AppPath);
Writeln(ScriptPath);
end.