You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am quite surprised that the checker only passes when I wrote pragma on the first line, replacing the //Start here comment. I would expect to be accepted when writing pragma under that comment. Is there a rule in solidity version 0.5 that we must start a .sol file with a pragma?
The text was updated successfully, but these errors were encountered:
I am quite surprised that the checker only passes when I wrote
pragma
on the first line, replacing the//Start here
comment. I would expect to be accepted when writingpragma
under that comment. Is there a rule in solidity version 0.5 that we must start a.sol
file with apragma
?The text was updated successfully, but these errors were encountered: