package test;

 

public class hallohallowelt {

 

public static void main(String[] args) {

int age = 123;

System.out.println(age);

}

 

}