Revision as of 17:09, 27 August 2009 by Bbrame (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


MyTempPageForECE462

Put your content here . . .

class foo {
public:
    foo();
    void toString() {
 
   }
};
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

Have a piece of advice for Purdue students? Share it through Rhea!

Alumni Liaison