init: flake env and go mod

This commit is contained in:
efim
2023-10-27 05:53:49 +00:00
commit d5ee805458
6 changed files with 97 additions and 0 deletions

7
main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("hi, please")
}