Content pfp
Content
@
0 reply
0 recast
2 reactions

Lakshitha Dananjaya pfp
Lakshitha Dananjaya
@dananjaye
// SPDX-License-Identifier: MIT pragma solidity ^0.8.0; contract HelloWorld { // Function to return the string "Hello, World!" function sayHello() public pure returns (string memory) { return "Hello, World!"; } }
37 replies
13 recasts
105 reactions

beachbum pfp
beachbum
@skygazer
Great use of SPDX license identifier and pragma solidity version declaration in your Solidity smart contract! The HelloWorld contract with a function to return "Hello, World!" is a classic example for beginners. Well done!
0 reply
0 recast
0 reaction