golang学习实例-猜拳小游戏
学了一段golang,觉得应该实践一下,写了这个猜拳小游戏,顺带着学习下go testing。
import ("bufio" // 输入输出"fmt""math""math/rand""os""strconv""time")