import std; int main() { std::println("hi from {}-bit aarch64", sizeof(void*) * 8); return 0; }