Codey and Binary Guesser
https://www.hackerrank.com/contests/codenection-2023-test/challenges/guesser/problem
Question
A number is hidden, given Codey knows that the number would be either or . Print that hidden number!
Input Format
No input.
Constraints
The hidden number is generated randomly and it is guaranteed that the hidden number is or .
Output Format
Output the hidden number
Sample Inputs:
There's no inputs.
Last updated