This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Try to solve this puzzle only by modifying the function [[doubleMessage]]. | |
* All checks should succeed. | |
* | |
* This exercise must be run in a worksheet. | |
* - One is available on the Web with Scastie (https://scastie.scala-lang.org) | |
* - One is available in IntelliJ IDEA | |
* (https://www.jetbrains.com/help/idea/work-with-scala-worksheet-and-ammonite.html) | |
* | |
* Click on "> Run". See the results in the console. And try to solve this |
OlderNewer