Programming Language: Solidity
pragma solidity >=0.4.22 <0.9.0;
contract Solution {
/**
* @return string
*/
function helloWorld() public pure returns (string memory)
{
//Code here!
}
}
We recommend using the editor on desktop for the best experience
Transact:
Deploy your contract to generate possible transactions...
Output:
Transact with your contract to see output...