7 lines
82 B
C#
7 lines
82 B
C#
using System.Linq;
|
|
|
|
// ...
|
|
|
|
return new string(input.Reverse().ToArray());
|
|
|
|
// ...
|