fork download
  1. class Calendar{
  2. public static void main(String[] args){
  3. for(int i = 1 ; i<=7 ; i++){
  4. System.out.print(i);
  5.  
  6. }
  7.  
  8.  
  9.  
  10.  
  11. }
  12. }
Success #stdin #stdout 0.04s 4386816KB
stdin
Standard input is empty
stdout
1234567