D-Key
----------Decryption Key----------
Blog Archive
- Blog Archive!
Blog Archive
▼
2009
(3)
▼
1
(3)
READ ME
"Hello, world!" code
x plus y code
►
2010
(18)
►
1
(5)
►
2
(6)
►
3
(2)
►
4
(5)
►
2011
(1)
►
11
(1)
Quick Links to Application questions (with solutions)!
C++.
Java.
Saturday, January 17, 2009
"Hello, world!" code
#include "stdafx.h"
#include
using namespace std;
int main()
{
cout << "Hello, world!";
cin.get();
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment