Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit 6882c16

Browse files
author
Zaczero
committed
Merge branch 'master' of https://github.com/Zaczero/SharpLoader
2 parents 23b4af7 + dcea6ac commit 6882c16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ Encrpypts value.
140140
int a = <enc 58>;
141141
```
142142
```c#
143+
char a = <enc 'C'>;
144+
```
145+
```c#
143146
string a = <enc "Hello World">;
144147
```
145148

0 commit comments

Comments
 (0)