Wriggly
Problems
Community
Sandbox
Premium
Connect Wallet or Sign in
Programming Language: Solidity
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
⌄
⌄
pragma solidity
>=
0.4
.
22
<
0.9
.
0;
contract Solution {
/**
* @return string
*/
function
helloWorld
() public pure
returns
(string memory)
{
//Code here!
}
}
Share
Deploy
We recommend using the editor on desktop for the best experience
Run Code
Summarize
Transact:
Deploy your contract to generate possible transactions...
Output:
Transact with your contract to see output...