Line 13: Line 13:
 
   }
 
   }
 
}
 
}
 +
 +
public static void main(String[] args) {
 +
  system.out.printline("Hello world");
 +
 +
 +
}
 +
 
</code>
 
</code>
  
  
 
[[ 2009 Fall ECE 462 Lu|Back to 2009 Fall ECE 462 Lu]]
 
[[ 2009 Fall ECE 462 Lu|Back to 2009 Fall ECE 462 Lu]]

Revision as of 17:02, 27 August 2009


MyTempPageForECE462

Put your content here . . .

int main() {

   for(int i = 0; i < 100; ++i) {
       printf("i = %d\n");
  }

}

public static void main(String[] args) {

  system.out.printline("Hello world");


}


Back to 2009 Fall ECE 462 Lu

Alumni Liaison

Correspondence Chess Grandmaster and Purdue Alumni

Prof. Dan Fleetwood