return the other functions of the void main()

Dennis Ritchie via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Apr 9 04:03:59 PDT 2015


Hi,
Is it allowed in D similar designs?

void main() {
	import std.stdio;
	return writeln("Hello, world!");
}


More information about the Digitalmars-d-learn mailing list