how to make a source code?
.... Heck.
Here:
1 2 3 4 5 6 7 8 9 10
|
#include <iostream>
using namespace std;
int main()
{
cout << "You has the source-codez" << endl;
return 0;
}
|
Last edited on
I think he is trying to say something else? Not quite sure.....