hello world

Words
0
Reading
0 min
Listen
Play
8y
pragma solidity ^0.4.11;

contract helloWorld {
 function renderHelloWorld () returns (string) {
   return 'helloWorld';
 }
}
hello world | Ecency