Open2

Go 学習

plaincode_jpplaincode_jp

hello world

package main

import "fmt"

func main() {
    fmt.Println("hello world")
}