Newer
Older
dub_jkp / test / issue813-pure-sub-dependency / main / src / app.d
@Sebastian Wilzbach Sebastian Wilzbach on 23 Feb 2017 42 bytes Remove all trailing whitespace
import sub.test;

void main()
{
	foo();
}