Friday, January 4, 2008

Testing Code CSS

Finally, let us use CSS to post code, to save time and make it look good
This is only a test for the new style sheet.
-----
The style is subject to change without warning
-----


#include<stdio.h>
int main()
{
printf("HelloWorld!\n");
return 0;
}


Does that look good?
Hmm.... Good enough :)

No comments: