mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-07-19 17:24:58 +00:00
7 lines
73 B
Go
7 lines
73 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func hello() {
|
|
fmt.Println("hello world")
|
|
}
|