fork download
  1. void main(){
  2. std.stdio.writeln("やほ~");
  3.  
  4. }
  5.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.d(2): Error: undefined identifier std
prog.d(2): Error: no property 'stdio' for type 'int'
Error: no property 'writeln' for type 'int'
prog.d(2): Error: function expected before (), not __error of type int
stdout
Standard output is empty