chapter7-code-10

PHOTO EMBED

Thu Mar 30 2023 09:54:24 GMT+0000 (Coordinated Universal Time)

Saved by @RareSkills

contract ExampleContract {

	function helloWorld() public pure returns (string memory) {
		return "Hello, world!";
	}
}
content_copyCOPY