lnkkerst's blog
Legacy version
About
Links
This article does not have the English version, but now shows the 简体中文 version.
hello world
这是 lnkkerst 的博客中的第一篇文章
#include <cstdio> int main(){ printf("hello world!"); return 0; }