[go: nahoru, domu]

Skip to content

Commit

Permalink
Submit 1025_DivisorGame
Browse files Browse the repository at this point in the history
  • Loading branch information
Binlogo committed Jul 24, 2020
1 parent 84029e5 commit 0abf877
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//: [Previous](@previous)

import Foundation

class Solution {
func divisorGame(_ N: Int) -> Bool {
return N % 2 == 0
}
}

//: [Next](@next)

0 comments on commit 0abf877

Please sign in to comment.