mirror of
https://github.com/dnwSilver/tld.git
synced 2025-04-28 07:56:18 +00:00
9 lines
75 B
Go
9 lines
75 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
|
|
fmt.Println("Hello, world.")
|
|
}
|