Get in touch with us! We’re here to assist you. Please fill out the form below, and we’ll respond to your inquiry as soon as possible.

Բարեւ աշխարհ

pragma-ն սահմանում է Solidity-ի կոմպիլյատորի տարբերակը:

// SPDX-License-Identifier: MIT
// կոմպիլյատորի տարբերակը պետք է լինի 0.8.24-ից մեծ կամ հավասար և 0.9.0-ից փոքր
pragma solidity ^0.8.24;

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

Փորձեք Remix-ում

What are your feelings