[solidity/en] Add version pragma

This commit is contained in:
sc0Vu 2017-07-25 18:32:29 +08:00
parent 6e7c5c7933
commit b15f719178

View File

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