Newer
Older
dub_jkp / test / 1-exec-simple-package-json / source / app.d
import std.stdio;

void main()
{
    writeln(__FUNCTION__);
}