readme addition -simple

This commit is contained in:
legitnull 2023-07-09 22:11:37 -06:00
parent ddc7f59410
commit 11943667de
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 28D3A882F3E6AD02

11
readme.md Normal file

@ -0,0 +1,11 @@
# Segfault Relay
a relay for segfault
to build:
```
go build main.go
```
to run
```
./main
```