module main; import std.stdio; void main(string[] args) { auto plus_odin(int x){ return x + 1; } writeln(plus_odin(12));}
Standard input is empty
13
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!