Reputation: 147
I tried initializing solidity version but I get this error, how to di it right way
paragma solidity ^0.8.14;
error
from solidity:
ParserError: Expected ';' but got '^'
--> .deps/SimpleStorage.sol:1:18:
|
1 | paragma solidity ^0.8.14;
|
Upvotes: 0
Views: 46