chapter14-code-3

PHOTO EMBED

Thu Mar 30 2023 11:19:03 GMT+0000 (Coordinated Universal Time)

Saved by @RareSkills

contract ExampleContract {

	address public banker;

	constructor(address _banker) {
		banker = _banker;
	}
}
content_copyCOPY