Day i do not know
This commit is contained in:
9
231. Power of Two/Program.cs
Normal file
9
231. Power of Two/Program.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace _231._Power_of_Two;
|
||||
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine(new Solution().IsPowerOfTwo(int.Parse(Console.ReadLine()!)));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user