leetcode_golang Problem solved using golang, it is just personal hobby. One leetcode a day, keep the problem away. func ifTernaryExist(exist) bool { return exist ? true : false }