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