pragma solidity ^0.8.13; contract HelloWorld { string public greet = "Hello World"; }
Last updated 2 years ago
Was this helpful?