mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-12 04:15:07 -05:00
6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
|
program new;
|
||
|
begin
|
||
|
Writeln(AppPath);
|
||
|
Writeln(ScriptPath);
|
||
|
end.
|