Skip to content

Latest commit

 

History

History

step04

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

STEP04: ガチャの結果とレア度毎の集計結果を返す関数を定義しよう

新しく学ぶこと

  • 複数の戻り値のある関数

動かし方

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

または

$ go run .