import std.stdio; void main(){ auto x = (a,b) => a+b; writeln(x(3,5));}
Standard input is empty
prog.d(5): expression expected, not '>' prog.d(5): semicolon expected following auto declaration, not 'a'
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!