(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
Put your content here . . . | Put your content here . . . | ||
− | <source lang=" | + | <source lang="cpp"> |
class foo { | class foo { |
Latest revision as of 16:09, 27 August 2009
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"); }