contract ExampleContract{
	function meaningOfLifeAndAllExistence() public pure returns (bytes memory) {
		return msg.data;
	}
}