This commit is contained in:
itworksnow 2021-12-28 14:32:40 +09:00
parent 8322ca465d
commit e5e57e912d

View File

@ -5,5 +5,5 @@ import (
)
func Hello() {
fmt.Print("Hello, world!")
fmt.Print("Hello TEST")
}