initial commit

This commit is contained in:
yggverse 2024-04-22 10:51:20 +03:00
commit a3ffecb1db
4 changed files with 186 additions and 0 deletions

2
Makefile Normal file
View file

@ -0,0 +1,2 @@
build:
GOARCH=amd64 go build -o nexd nexd.go