Hi guys! It's JZ here, and what'cha seeing right now is my first post (a.k.a the WELCOME!!! post). I'm i'm i'm so excited (btw Rebecca Black sux) so, HI!
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!";
//This says "Hello World!"
cout << endl;
system("pause");
return 0;
}
No comments:
Post a Comment