Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. pragma solidity ^0.5.0;
  2.  
  3. contract HelloWorld{
  4. function myFirstHelloWorld() public pure returns (string memory){
  5. return 'Hello World from Bo !';
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement