My First Post

This is a test post.

自無極而為太極。

無極にして太極。

#include <stdio.h>

int main(void)
{
    printf("hello, world\n");
    return 0;
}