Newer
Older
dub_jkp / test / issue1372-ignore-files-in-hidden-dirs / source / .compileMe / hello.d
module hello;
import std.stdio;

void helloFun()
{
    writeln("hidden file compiled");
}