contract MyToken {
/* This creates an array with all balances */
mapping (address => uint256) public balanceOf;
}
im getting this: Could not compile source code.
Source file does not specify required compiler version!Consider adding "pragma solidity ^0.4.18
contract MyToken {
^
Spanning multiple lines.