Line 8: | Line 8: | ||
<source lang="c"> | <source lang="c"> | ||
+ | |||
+ | class foo { | ||
+ | public: | ||
+ | foo(); | ||
+ | void toString() { | ||
+ | |||
+ | } | ||
+ | }; | ||
int main() { | int main() { | ||
for(int i = 0; i < 100; ++i) { | for(int i = 0; i < 100; ++i) { |
Revision as of 16:08, 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"); }