import std; int main(int, char**) { std::print("Import STD is working.\n"); return 0; }