mirror of
https://github.com/wahyd4/topx.git
synced 2026-08-09 05:06:02 +10:00
8 lines
74 B
Go
8 lines
74 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("hello Mr. Yum")
|
|
}
|