Advertisement
Guest User

Untitled

a guest
Sep 24th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. pragma solidity ^0.4.18;
  2. contract Hello { string public message;
  3. function Hello() { message = "Coucou, Un petit message Solidity "; }
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement