HelloWorld 多种语言版本——如何将 HelloWorld 玩到极致
C++ #include <iostream>
using namespace std;
int main()
{
cout << "Hello,World!" << endl;
return 0;
}
Python print("Hello,World!")
Go(Golang
Gitalk 创建教程及使用经验分享
Gitalk 是一个基于 GitHub Issue 的评论系统,非常适合用于静态博客。本文将介绍如何创建和配置 Gitalk,并分享我在使用过程中遇到的问题及解决方案。