mirror of https://github.com/ConsenSys/mythril
parent
e23a69637e
commit
fc5435f281
@ -1,8 +1,8 @@ |
||||
pragma solidity 0.5.0; |
||||
pragma solidity ^0.5.0; |
||||
|
||||
|
||||
contract nonAscii { |
||||
function renderNonAscii () public pure returns (string memory) { |
||||
return "Хэллоу Ворлд"; |
||||
} |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue