diff options
| -rw-r--r-- | challenge-119/abigail/r/ch-1.r | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/challenge-119/abigail/r/ch-1.r b/challenge-119/abigail/r/ch-1.r index a44b9eb079..27819053fa 100644 --- a/challenge-119/abigail/r/ch-1.r +++ b/challenge-119/abigail/r/ch-1.r @@ -13,9 +13,6 @@ repeat { break } n = as.integer (n) - # cat ((bitwAnd (n, bitwNot (0xFF))), "\n") - # cat ( bitwShiftL (bitwAnd (n, 0x0F), 4), "\n") - # cat ( bitwShiftR (bitwAnd (n, 0xF0), 4), "\n") cat (bitwOr (bitwOr (bitwAnd (n, bitwNot (0xFF)), bitwShiftL (bitwAnd (n, 0x0F), 4)), |
