Sunday, November 24, 2013

credzba - check out this gist code snippet


Here's the code snippet!
#include <iostream>
int main()
{
cout << "Hello world" << endl;
return 0;
}
view raw gistfile1.txt hosted with ❤ by GitHub

No comments: