This commit is contained in:
2025-10-23 23:09:57 +09:00
parent 1dbeff9087
commit 41a23fdb84
4 changed files with 43 additions and 1 deletions

7
helloworld.go Normal file
View File

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