最近在学西文书法,就像上篇文章列个表放我学过的几个字体,长期更新。

Read more »

First article of this blog. It is a new begining and I hope it also has a happy ending.

1
2
3
4
5
6
#include <stdio.h>
int main()
{
printf("Hello, World! \n");
return 0;
}
0%