Facebook
From Aleks Iliev, 1 Year ago, written in Java.
Embed
Download Paste or View Raw
Hits: 70
  1. public class Nums1 {
  2.     public static void main(String[] args) {
  3.         System.out.println(1);
  4.         System.out.println(2);
  5.         System.out.println(3);
  6.         System.out.println(4);
  7.         System.out.println(5);
  8.         System.out.println(6);
  9.         System.out.println(7);
  10.         System.out.println(8);
  11.         System.out.println(9);
  12.         System.out.println(10);
  13.  
  14.  
  15.  
  16.     }
  17. }
  18.