LoginSignup
0
0

More than 3 years have passed since last update.

1分でgolangでHello World を表示する。

Posted at

環境

docker for windows
PowerShell

コマンド

>docker pull golang
>docker run --name golang -it golang /bin/bash
root@*******:/go# git clone  https://github.com/go-training/helloworld.git
root@*******:/go# go run helloworld/main.go
Hello World!!

備考

docker for windowsが入っていないと時間がかかります。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0