using namespace HsingYun

The only thing we have to fear is fear itself

0%

元夕

东风夜放花千树,
更吹落,
星如雨。
宝马雕车香满路。
凤箫声动,
玉壶光转,
一夜鱼龙舞。

蛾儿雪柳黄金缕,
笑语盈盈暗香去。
众里寻他千百度,
蓦然回首,
那人却在,
灯火阑珊处。

About Me:HsingYun
1
2
3
4
5
6
7
8
9
10
11
12
namespace About {
struct Me {
const static char *name;
const static char *email;
const static char *note;
const static char *like;
};
const char *Me::name = "HsingYun";
const char *Me::email = "iakext@gmail.com";
const char *Me::note = "wheel creator ~";
const char *Me::like = "C/C++ Java Android Kotlin JavaScript Python Go Rust Asm ... and U";
}