0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2025-01-26 12:00:21 +00:00

8 lines
77 B
Go
Raw Normal View History

package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}