chapter1-code-1

PHOTO EMBED

Thu Mar 30 2023 07:15:00 GMT+0000 (Coordinated Universal Time)

Saved by @RareSkills

contract ExampleContract {
  
	function helloWorld() public pure returns (uint256) {
		return 100;
	}
  
	function haloDunia() public pure returns (bool) {
		return true;
	}
}
content_copyCOPY