int x = 5;int y = x++;Console.WriteLine(y);
Standard input is empty
5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!