Thursday, April 1, 2010

{SHLUG}Official Facebook page and Twitter account were created

Today earlier I created the Facebook page and signed up a Twitter account for Shanghai Linux User Group.

Become a fan of Shanghai Linux User Group and follow the @ShanghaiLUG NOW to get the latest news of Shanghai Linux User Group from Facebook and Twitter!

Wednesday, March 31, 2010

Helloworld

Hi all, welcome to ghosTM55's English BLOG.

#include
int main(void)
{
printf("helloworld\n");
return 0;
}