contract ExampleContract {
	function meaningOfLifeAndAllExistence() public pure returns (uint256) {
		return 42;
	}
}