コード整形表示てすと
Syntax Highlighter for WordPressを突っ込んだので効いてるかどうかテスト
#include<stdio.h>
int main()
{
printf("hello world\n");
return(0);
}
もしやとおもってcodeタグで囲ってみる
#include
int main()
{
printf("hello world\n");
return(0);
}
しかし、やっぱり特定の環境に依存したものって書きたくないな・・・
No comments yet