This commit is contained in:
2023-03-11 15:35:23 +07:00
commit ee317830f3
4 changed files with 79 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, Go!")
}