1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/branches/iomanager/Tests/PS/PathTest.mufa

6 lines
67 B
Plaintext

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