Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. function test(string memory x) public view returns(string memory){
  2. return x;
  3.  
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement