hello world

这是 lnkkerst 的博客中的第一篇文章

#include <cstdio> int main(){ printf("hello world!"); return 0; }