Category:It's programming time!/C++

From Create Your Own Story

Revision as of 04:01, 26 May 2016 by DirtyMeStoryTime (Talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)

#include <iostream>

int main()
{
std::cout << "This is the index page for C++!\n";
}

Personal tools