Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Challenge

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.

Name: Anonymous 2009-08-08 8:47

#include <stdio.h>
int main()
{
     FILE *fp;
     fp = fopen("DICKS.HTML", "w");
     fputs("<html><body>DICKSDICKSDICKS</body></html>", fp);
     fclose(fp);
}


A few lines shorter than the C++ one. >>5

dicks.exe      15.6 KB
dicks++.exe    464 KB


What the fuck is that about?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List