Merge pull request #2809 from sc0Vu/master

[solidity/en] Add version pragma
This commit is contained in:
Andre Polykanine A.K.A. Menelion Elensúlë 2017-08-24 01:14:49 +03:00 committed by GitHub
commit 1058ecc7d4

View File

@ -37,6 +37,9 @@ features are typically marked, and subject to change. Pull requests welcome.
// simple_bank.sol (note .sol extension)
/* **** START EXAMPLE **** */
// Declare the source file compiler version.
pragma solidity ^0.4.2;
// Start with Natspec comment (the three slashes)
// used for documentation - and as descriptive data for UI elements/actions