From f924b48bbe810b27523bea0de242271cd2e152e6 Mon Sep 17 00:00:00 2001 From: Abigail Date: Sat, 3 Jul 2021 15:59:58 +0200 Subject: Remove outcommented code --- challenge-119/abigail/r/ch-1.r | 3 --- 1 file changed, 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)), -- cgit