Skip to content

Instantly share code, notes, and snippets.

@bartubozkurt
Created February 1, 2023 15:46
Show Gist options
  • Save bartubozkurt/81d3b2f64984ff45c428e4528c8556b6 to your computer and use it in GitHub Desktop.
Save bartubozkurt/81d3b2f64984ff45c428e4528c8556b6 to your computer and use it in GitHub Desktop.
/* Bad */
pragma solidity ^0.8.4;
/* Better */
pragma solidity =0.8.4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment