博客开张,先试试效果~~
代码块:
/* Hello world.cpp */
//by lambda
//2011.02.09
#include<cstdio>
using namespace std;
int main()
{
printf("Hello world!\n");
return 0;
}
貌似效果不是很好。。。。
试试第二种代码块:
1 #include<cstdio>
2 using namespace std;
3
4 int main()
5 {
6 return 0;
7 }
...
最后顺便祝大家新年快乐~
浙公网安备 33010602011771号