import std.stdio; auto x(T)(T a, T b) { return a + b; } void main(){ writeln(x(5, 10));}
Standard input is empty
15
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!