Why is phobos so wack?

rikki cattermole via Digitalmars-d digitalmars-d at puremagic.com
Sun Jul 9 06:01:39 PDT 2017


import std.array;
import std.stdio;

void main() {
	string[] strs = ["abc", "def"];
	writeln(strs.join(" "));	
}

Works fine?


More information about the Digitalmars-d mailing list