package ejemplos; public class Test_1 { public static void main(String[] args) { System.out.println("HOLA mundo"); int x=1; x=2; x=3; x=4; } }