Newer
Older
dub_jkp / test / issue2684-recipe-file / anotherSource / app.d
@Marcelo Silva Nascimento Mancini Marcelo Silva Nascimento Mancini on 13 Aug 2023 106 bytes Implemented recipe files for dub #2684 (#2685)
module app;
import std.stdio;

void main()
{
	writeln("This was built using dubWithAnotherSource.json");
}