testing-language-server/test_proj/go/example.go
2024-06-30 18:19:51 +09:00

7 lines
73 B
Go

package main
import "fmt"
func hello() {
fmt.Println("hello world")
}