My first diary 2020/05/05
This is my first source-code analysis diary in English.
And this post is just for blog testing.
#include <iostream>
int main(void)
{
std::cout << "Hello World.!" << std::endl;
}
I hope this blog can enhance my source code analysis ability.
Any comments will be welcomed.
Always Thanks.
Comments
Post a Comment