Unverified Commit 78bcec3e authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #1616 from ethereum/yann300-patch-6

Update example-contracts.js, add pragma
parents 34cf8817 83f4eb7a
'use strict'
var ballot = `contract Ballot {
var ballot = `pragma solidity >=0.4.22 <0.6.0;
contract Ballot {
struct Voter {
uint weight;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment