Remix
Getting Started with Remix
// SPDX-License-Identifier: MIT
pragma solidity 0.8.17;
contract HelloWorld {
string public greet = "Hello World!";
}Deploying Your Smart Contract
Last updated