commit 8c17564504bb0f9a48354b2787a26fbd65cc011f Author: Richard Date: Tue Sep 19 22:18:20 2023 +0200 initial diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..4ca2481 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module github.com/richmans/protohack + +go 1.21.1 diff --git a/main.go b/main.go new file mode 100644 index 0000000..7686d7f --- /dev/null +++ b/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("hello world") +} \ No newline at end of file