View difference between Paste ID: hQ61Adt8 and kJVB2jUk
SHOW: | | - or go back to the newest paste.
1
print"public static boolean isPowerOfTen(long input) {
2
  return
3-
    ", join("
3+
    ",join("
4
  || ",map{'input == 1'.0 x$_.L}0..18),";
5
}"