添加Lesson20

This commit is contained in:
2025-10-24 21:47:11 +08:00
parent 0fa8be7459
commit ed22d4bcbd
12 changed files with 612 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace
{
//纯写代码类库,没有任何运行代码
//没法点击运行,只能在项目中右键生成,这样就有dll文件了
public class HK
{
}
}