Initial commit

This commit is contained in:
Miguel de la Cruz 2024-07-02 02:06:25 +02:00
commit 70b8cdb514
7 changed files with 260 additions and 0 deletions

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
fmt:
go fmt ./...
build:
go build -o sandwitchboard ./...