Ruby, 44(削除) 44 (削除ここまで) 40 bytes
->a,b{a.to_s.split(//)chars.rotate(-b).join.to_i}
Try it online! -4 from Dingus.
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange->a,b{a.to_s.split(//)chars.rotate(-b).join.to_i}
Try it online! -4 from Dingus.