Newer
Older
dub_jkp / test / custom-unittest / test / main.d
@James Clarke James Clarke on 22 May 2014 83 bytes Ensure all files end with a newline
module main;

void main()
{
	import std.stdio;
	writefln("Running unit tests.");
}