This commit is contained in:
2019-08-01 00:34:57 +02:00
parent 1a578c3f97
commit 9ff255ad7a
5 changed files with 21 additions and 0 deletions

7
main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Print("hello")
}