void main(){ auto table = ["Alex" : "unreal"]; std.stdio.writefln(table["Alex"]); }
Standard input is empty
prog.d(3): Error: undefined identifier std prog.d(3): Error: no property 'stdio' for type 'int' Error: no property 'writefln' for type 'int' prog.d(3): Error: function expected before (), not __error of type int
Standard output is empty