mirror of
https://github.com/dnwSilver/tld.git
synced 2025-04-28 16:06:19 +00:00
8 lines
74 B
Go
8 lines
74 B
Go
|
package main
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func main() {
|
||
|
fmt.Println("Hello, world.")
|
||
|
}
|