This commit is contained in:
InventorXtreme 2024-06-16 15:19:07 -04:00
commit f1c92e3bae
3 changed files with 11 additions and 0 deletions

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module git.dummkopf.live/InventorX/scrabinator
go 1.22.4

BIN
scrabinator Executable file

Binary file not shown.

8
scrabinator.go Normal file
View file

@ -0,0 +1,8 @@
package main
import "fmt"
func main() {
fmt.Println("test")
}