Skip to content
Snippets Groups Projects
Commit 5e3c586e authored by 山田 恭輔's avatar 山田 恭輔
Browse files

Update hello.go

parent 5cc07bb2
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ package main
import (
"fmt"
)
func main() {
func main1() {
fmt.Println("Hello, World!")
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment