mirror of https://github.com/ConsenSys/mythril
Challenge: https://www.topcoder.com/challenges/30066271 Submission: 525176 Author: N1k1tungpull/273/head
parent
a0db35bade
commit
a54a3fe919
@ -0,0 +1,6 @@ |
||||
pragma solidity ^0.4.22; |
||||
contract nonAscii { |
||||
function renderNonAscii () public pure returns (string) { |
||||
return "Хэллоу Ворлд"; |
||||
} |
||||
} |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue