練習題 1

package main

import (
    "fmt"
)

func main() {
    fmt.Println("Hello")
}

Last updated