mirror of
https://github.com/Kyren223/eko.git
synced 2026-07-15 08:10:29 +00:00
8 lines
92 B
Go
8 lines
92 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Eko 'Hello, World!' from server")
|
|
}
|