ProcessPool/main.cpp

6 lines
95 B
C++
Raw Normal View History

2025-01-23 17:12:13 +00:00
#include <iostream>
int main() {
std::cout << "hello ProcessPoll" << '\n';
return 0;
}