committed by
GitHub
parent
8a13efde83
commit
1d5567fe9a
@@ -13,9 +13,9 @@ func main() {
|
|||||||
|
|
||||||
func check_voter(name string) {
|
func check_voter(name string) {
|
||||||
if voted[name] {
|
if voted[name] {
|
||||||
fmt.Println("kick tem out!")
|
fmt.Println("kick them out!")
|
||||||
} else {
|
} else {
|
||||||
voted[name] = true
|
voted[name] = true
|
||||||
fmt.Println("let tem vote!")
|
fmt.Println("let them vote!")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user