function myArray(uint256 index) public view returns (uint256) {
	return myArray[index];
}