Our false philosophy is incorporated in our language; we can, so to speak, not reason without reasoning falsely

Dec 3, 2006

There's something quite charming about "Hello, world!" programs.

Comments

on 2006-12-03 19:21:45.0, m. leblanc commented:

from my very own computer, in a folder called "CS 1318":

#include <iostream.h>

main() { cout << "Hello World!"; return 0; }

[permalink]