It's been a while since I got this thought of writing a blog of my own.Actually,I used to have one,on which I mostly wrote about my feelings and experiences in life.This time however,I decide to get more professional.So here I am,a place for programmers to share and learn.I must say that I'm just a rookie in this field,eager to know about how the story goes in this world,expecting to get some if things flow smooth enough.This is a brand-new start for me,with a future which seems to be highly promising.I always enjoy learning languages,personally,as well as the culture behind them.Programming is nothing but communicating,with the most intelligent machines we ever have.How well we can get this job done depends largely on our ability to find the common ground for the greatest mind and the most effective laborforce.Everybody knows that this is nothing like Sunday morning.In fact,it is always like Monday morning,when everything speeds up.So I'm ready to work my tails off,just to accomplish nothing,in the worst case.Nevertheless,that never happens,I firmly believe.
Finally,I suppose there's nothing better than the following classic to end this thing,which is...
1 #include<iostream>
2 using namespace std;
3 int main()
4 {
5 cout<<"Hello World"<<endl;
6 return 0;
7 }
8