Skip to content

Latest commit

 

History

History

step01

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

STEP01: ガチャを行う関数を定義しよう

新しく学ぶこと

  • 関数

動かし方

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

または

$ go run .