Code Test

In which I post some code as a test of the new site.

1
2
3
4
5
6
7
8
9
10
11
void runThusAndExit(){

    for(int i = 0; i < 2010; i++){

        print("In case you missed it, this is a test.");

    }

    exitYeFoulBeast();

}

Quite.