A directory full of resources about cryptocoins and blockchains
contract SimpleStorage { uint storedData; function set(uint x) { storedData = x; } function get() constant returns (uint retVal) { return storedData; } }
Nessun commento:
Posta un commento