aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-08-06 14:01:38 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-08-06 14:01:38 -0500
commitbe1f06a4aa6d4a2ac253b33b405fe96862d3c906 (patch)
tree1a1933934e25df618352d432bac2762937dcfb2d /docs
parentFormat all documentation (diff)
downloadlocusts-be1f06a4aa6d4a2ac253b33b405fe96862d3c906.tar
locusts-be1f06a4aa6d4a2ac253b33b405fe96862d3c906.tar.gz
locusts-be1f06a4aa6d4a2ac253b33b405fe96862d3c906.tar.bz2
locusts-be1f06a4aa6d4a2ac253b33b405fe96862d3c906.tar.lz
locusts-be1f06a4aa6d4a2ac253b33b405fe96862d3c906.tar.xz
locusts-be1f06a4aa6d4a2ac253b33b405fe96862d3c906.tar.zst
locusts-be1f06a4aa6d4a2ac253b33b405fe96862d3c906.zip
Add .NET
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/.NET.md26
-rw-r--r--docs/C.md1
2 files changed, 27 insertions, 0 deletions
diff --git a/docs/.NET.md b/docs/.NET.md
new file mode 100644
index 0000000..6148c43
--- /dev/null
+++ b/docs/.NET.md
@@ -0,0 +1,26 @@
+# Locusts
+
+## Description
+
+Locusts is a library that provides a way to introduce locusts into your code.
+
+Why would you want to do that? I don't know.
+
+## Installation
+
+```sh
+dotnet add package Locusts
+```
+
+## Example
+
+```cs
+using Locusts;
+
+Locusts.Introduce();
+// Locusts are now in your codebase!
+```
+
+## License
+
+This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details.
diff --git a/docs/C.md b/docs/C.md
index 0ab3aef..e83ed7b 100644
--- a/docs/C.md
+++ b/docs/C.md
@@ -10,6 +10,7 @@ Why would you want to do that? I don't know.
```c
#include "locusts.h"
+
int main(void) {
introduce_locusts();
/* Locusts are now in your codebase! */