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