Audit dao logo

Hello World

Create to say "Hello World" smart contract.

Audit dao logo

Audit Dao team

Total Award

Total 700,000 ADAO

(Be entitled to get tokens for each quest you submit. Answer more quests! )


Until January 31, 2022 at 23:59 UTC


Licence:
SPDX-License-Identifier: GPL-3.0-or-later
Environment:
Version: Solidity v0.8.9

Question: Create to say "Hello World" smart contract.

Constraints:
- Contract name -> HelloWorld
- function name -> sayHelloWorld
BaseCode:
// SPDX-License-Identifier: GPL-3.0-or-later 
pragma solidity ^0.8.9;
contract HelloWorld {
function sayHelloWorld() {}
}
Open Remix

or your favorite editer


Input Your solidity code