10 lines
85 B
Go
Raw Normal View History

2021-12-28 11:28:43 +09:00
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, world!")
}