Print the two words on one line with a single tab between them. A tab is written \t inside a String.
void columns(String left, String right)
Examples
There are also 2 hidden tests you can't see. Solve the problem, not the examples.