App下载

go 在线工具

package main

import (
    "fmt"
)

func main() {
    fmt.Println("Hello W3Cschool!")
}
运行结果