mirror of
https://github.com/moparisthebest/Simba
synced 2025-02-07 18:50:26 -05:00
6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
![]() |
program new;
|
||
|
begin
|
||
|
Writeln(AppPath);
|
||
|
Writeln(ScriptPath);
|
||
|
end.
|