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