Skip to content

Latest commit

 

History

History

step02

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

STEP02: ガチャを行う回数を入力する関数を定義しよう

新しく学ぶこと

  • 戻り値のある関数

動かし方

$ go build -v -o step02
$ ./step02

または

$ go run .