Did you know that the "hello world" program can be written in countless ways? Here are a few:
Code:#include <iostream.h> int main() { cout<<"Hello, world!"; return 0; }Code:#include <iostream.h>int main(){cout<<"Hello, world!";return 0;}Code:#include <iostream.h> int main() { cout<< "Hello, world!"; return 0; }



LinkBack URL
About LinkBacks



Then again it's not like that my ways are anything new to anyone so yeah I'm still not special.