We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b058030 commit 3747732Copy full SHA for 3747732
README.md
@@ -49,6 +49,17 @@ Input: HELLO%2C+%26%231587%3B%26%231604%3B%26%231575%3B%26%231605%3B+%2C+%26%231
49
Output: HELLO, سلام , ۱۲۳
50
```
51
52
+
53
+## Compile Example
54
55
+```
56
+$ git clone https://github.com/BaseMax/DecodeQueryStringC
57
+$ cd DecodeQueryStringC/
58
+$ cd example/
59
+$ gcc main.c ../source/decodequery.c -o main
60
+$ ./main
61
+ ```
62
63
## Copyright
64
65
Many resources have been used to implement this library. (Eg NamedEntities, ...)
0 commit comments