hpc-lab-code/lab2/omp/main.cpp
2026-01-21 18:02:30 +08:00

7 lines
117 B
C++

#include <iostream>
int main(int argc, char** argv) {
std::cout << "hello world!" << std::endl;
return 0;
}