From Hack Wars Wiki
| Challenge Information for Input Output Demonstration
|
| Challenge
| Input Output Demonstration
|
| Code
| 2
|
| Input Example
| Hello (String)
|
| Output Example
| Hello (String)
|
| Level
| 5
|
| Profit
| $200
|
| Experience
| 5 to each stat
|
| Description
| Output what is given.
|
Solution
setOutputString(getInputString());
|