Newer
Older
dub_jkp / test / issue1372-ignore-files-in-hidden-dirs / source / app.d
@Samathy Barratt Samathy Barratt on 14 Apr 2020 89 bytes fix #1372 - Ignore files in hidden directories.
import std.stdio;

void main()
{
	writeln("Edit source/app.d to start your project.");
}