Solidity Programとは?
contract HelloWorld{
function get() constrant returns (string retVal){
return "Hello World!";
}
}Last updated
contract HelloWorld{
function get() constrant returns (string retVal){
return "Hello World!";
}
}Last updated