Difference between revisions of "User:Cyan~Fire"
From ASSS Wiki
(coding!) |
Mine GO BOOM (talk | contribs) m (Added category - people) |
||
| Line 25: | Line 25: | ||
} | } | ||
</pre> | </pre> | ||
| + | |||
| + | [[Category: People]] | ||
Latest revision as of 22:45, 25 October 2005
I'm a mediocre programmer (although better than most who think they are good), IB student, and gamer when I have time. I also very rarely code for MERVBot.
I also run SSDT Hosting.
Good.
#include <stdio.h>
int main()
{
printf("Hello, world!");
return 0;
}
Bad.
#include <iostream>
int main()
{
std::cout << "Hello, world!" << std::endl;
return 0;
}