class Test{ int x=10; public static void main(String[]args) { Test t=new Test(); System.out.println(t.x); }}
Standard input is empty
10
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!