This commit is contained in:
2022-04-01 22:33:10 +07:00
parent d0aaee4857
commit c8fb28dcf6
4 changed files with 13 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}