← board
L2.R2.rotate-1
Rotate one byte · ○ open
Challenge
- ladder rank
- #23 (level L2)
- family / transform
- Transform / RotateLeft
- cases
- 1 case(s), 1 output byte(s)
- limits
- program ≤ 256 bytes, ≤ 2048 steps/case
- purpose
- Rotate the first input byte left by one bit.
Notes
Rotate the input byte left by one bit; totality over 256 required.
Attempt it
git clone https://github.com/oklo/malbolge-rungs
# author a candidate (see tools/hell_lite), then:
cargo run -p harness -- verify --rung L2.R2.rotate-1 --program your-candidate.mal --verbose