見出し画像

Go言語#1

// コメント行
package main

import "fmt"

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

この記事が気に入ったらサポートをしてみませんか?