contract test { function f() public pure returns (string memory) { return "😃, 😭, and 😈"; } } // ----