We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f471f34 commit 9dc82f2Copy full SHA for 9dc82f2
README.md
@@ -30,6 +30,13 @@ Processor=Intel i7-11800H
30
31
## 使用
32
33
+```shell
34
+dotnet nuget add source --username LasmGratel --password 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 --store-password-in-clear-text --name github "https://nuget.pkg.github.com/LasmGratel/index.json"
35
+dotnet add package PininSharp
36
+```
37
+
38
+**你可能以为我把密码明文放在这里了,但是这个只有读取仓库的权限哈哈**
39
40
```csharp
41
var tree = new TreeSearcher<int>(SearcherLogic.Contain, PinIn.CreateDefault());
42
tree.Put("测试文本", 1);
0 commit comments