Hello World

pragma solidity ^0.8.13;

contract HelloWorld {
    string public greet = "Hello World";
    
}

Last updated

Was this helpful?