#299. doubleChar

doubleChar

Background

Description

Given a string, return a string where for every char in the original, there are two chars.

Format

Input

Output

Samples

The
"TThhee"
AAbb
"AAAAbbbb"
Hi-There
"HHii--TThheerree"

Limitation

1s, 1024KiB for each test case.