mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-01-14 08:01:05 +01:00
Clean up
This commit is contained in:
parent
35cb119671
commit
e0235a8da4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Arrays - Power of 2
|
||||
# Power of 2
|
||||
#
|
||||
# Given an integer n, return true if it is a power of two. Otherwise, return false.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue