Govardhan G D

Results 1 comments of Govardhan G D

``` contract A { function h() public pure returns (uint) { uint a = 1; uint b = 4; uint c = a+b; uint d = c+1; return d; }...