public class TerseCoder { public static void main(String[] args) { for (int i = 1; i <=10; System.out.println(i++)); } }