contract ExampleContract {

	constructor() payable {
		// begin life with money
	}
}