WSQ 00

--Originally published at Título del sitio

I learned how to program the most basic program. I got some help from my friend Rodrigo and I am using cloud9 for programming. Here it is what I did:

#include <iostream>
using namespace std;
int main()
{
std::cout<<“Hello world”<<std::endl;
return 0;
}

That’s it. ? #wsq_00 #tc1017