In which we try a second method of showing Unity work on a wordpress blog. This one wasn’t hard at all.
<‹←·•·→›>
Details »
· ) -) –) —) —-) ——) ———) ————–) ——————–)
In which we try a second method of showing Unity work on a wordpress blog. This one wasn’t hard at all.
<‹←·•·→›>
Details »
In which I post some code as a test of the new site.
[cce lang="java" ]
void runThusAndExit(){
for(int i = 0; i < 2010; i++){
print(“In case you missed it, this is a test.”);
}
exitYeFoulBeast();
}
[/cce]
Quite.