Added basic go files

This commit is contained in:
2023-07-16 14:02:09 +01:00
parent 6f18c4cb3c
commit 4e346d8113
2 changed files with 12 additions and 0 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module giacPoints
go 1.20

9
main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
}