added pragma

pull/1/head
LianaHus 6 years ago
parent ce1ef91a79
commit bd09db7e82
  1. 1
      src/app/editor/example-contracts.js

@ -68,6 +68,7 @@ contract Ballot {
`
var ballotTest = `
pragma solidity >=0.4.22 <0.6.0;
import "remix_tests.sol"; // this import is automatically injected by Remix.
import "./ballot.sol";

Loading…
Cancel
Save