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.
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.