Answers for "string in solidity"

0

string in solidity

pragma solidity >0.4.0 <=0.9.0;

contract Smart {

string public name = "Joel Mathew";

}
Posted by: Guest on April-26-2022

Browse Popular Code Answers by Language