fork download
  1. void main(){
  2. auto table = ["Alex" : "unreal"];
  3. std.stdio.writefln(table["Alex"]);
  4. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
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
stdout
Standard output is empty