Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Challenge
1
Name:
Anonymous
2009-08-08 2:51
Write a program which creates a file named DICKS.HTML and writes "<html><body>DICKSDICKSDICKS</body></html>" inside.
Language with the shortest code wins.
5
Name:
Anonymous
2009-08-08 3:18
#include <iostream>
#include <fstream>
using namespace std;
int main () {
ofstream dicks;
dicks.open ("DICKS.HTML");
dicks<< "<html><body>DICKSDICKSDICKS</body></html>";
dicks.close();
return 0;
}
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List