mirror of https://gitlab.com/basile.b/dexed.git
nothing
This commit is contained in:
parent
3996b4d11d
commit
be340d4f20
|
@ -0,0 +1,20 @@
|
||||||
|
module runnable;
|
||||||
|
|
||||||
|
import std.stdio;
|
||||||
|
|
||||||
|
void main(string args[])
|
||||||
|
{
|
||||||
|
|
||||||
|
if(true){
|
||||||
|
|
||||||
|
|
||||||
|
// region start ----+
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// region end ----
|
||||||
|
|
||||||
|
|
||||||
|
}
|
|
@ -64,8 +64,6 @@ begin
|
||||||
end;
|
end;
|
||||||
|
|
||||||
destructor TLibraryManager.destroy;
|
destructor TLibraryManager.destroy;
|
||||||
var
|
|
||||||
fName: string;
|
|
||||||
begin
|
begin
|
||||||
forceDirectory(getDocPath);
|
forceDirectory(getDocPath);
|
||||||
LibMan.saveToFile(getDocPath + libFname);
|
LibMan.saveToFile(getDocPath + libFname);
|
||||||
|
|
Loading…
Reference in New Issue