See More

public class Program { public static void main(String[] args) { System.out.println(1); System.out.println(2); System.out.println(3); } }