first
This commit is contained in:
commit
f1c92e3bae
3
go.mod
Normal file
3
go.mod
Normal file
|
@ -0,0 +1,3 @@
|
|||
module git.dummkopf.live/InventorX/scrabinator
|
||||
|
||||
go 1.22.4
|
BIN
scrabinator
Executable file
BIN
scrabinator
Executable file
Binary file not shown.
8
scrabinator.go
Normal file
8
scrabinator.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("test")
|
||||
|
||||
}
|
Loading…
Reference in a new issue