Jan 17, 2007 00:14
#include
using namespace std;
int main()
{
cout << "Hello World!\n";
// add this line to avoid flash:
{ cout << flush; getchar(); }
return 0;
}
/*---------- output ----------
Hello World!
----------------------------*/
programming
Leave a comment
Comments 4
Reply
Reply
Reply
As for math, I'm good at it when I put any effort into it. I prefer creative "answers" rather than right and wrong. I think that is why I will/do like coding.
Also, I <3 order, rhythm, and patterns. I thrive in controlled chaos.
/glee
Reply
Leave a comment