Skip to content

コード整形表示てすと

by admin on 4月 26th, 2009

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);
}

しかし、やっぱり特定の環境に依存したものって書きたくないな・・・

From → 未分類

No comments yet

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS