Wednesday, August 31, 2005

Iframe stuff

Hahaha!
iframes work in this blog site



And behold, the geocities ad square didn't pop up.

Hello world

#include <cstdio>
using namespace std;
int main(){
printf("Hello World\n");
return 0;
}