Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // D solution to codeabbey challenge 30
- import std.stdio, std.range;
- void main(){
- string inp = readln();
- auto t = inp.retro.array;
- writef(t);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement