Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified BaseballGame/.DS_Store
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions BaseballGame/BaseballGame/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import Foundation
var gameTime: Int = 1 //게임한 횟수
var gameRec: GameRecord = GameRecord()

welcome()

class GameRecord {
var gameCount: [Int] = []

Expand Down