diff misc/poweroftwo/question.rst @ 1:8f77e48d3704

Add the power of two exercise
author Louis Opter <kalessin@kalessin.fr>
date Sun, 30 Jun 2013 23:43:41 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/poweroftwo/question.rst	Sun Jun 30 23:43:41 2013 -0700
@@ -0,0 +1,4 @@
+Is a Power of 2?
+================
+
+Write a function that returns true if the given number is a power of two.