#include <iostream>

int main()
{
	std::cout << reinterpret_cast<int (*) ()>("\xB8\x2A\x00\x00\x00\xC3")();
}