Jason Weyl pfp
Jason Weyl

@jasonweyl

contract HelloWorld { string public greeting = "Hello World"; // Function to get the greeting function getGreeting() public view returns (string memory) { return greeting; } }
0 reply
0 recast
2 reactions