6 lines
95 B
C++
6 lines
95 B
C++
|
#include <iostream>
|
||
|
|
||
|
int main() {
|
||
|
std::cout << "hello ProcessPoll" << '\n';
|
||
|
return 0;
|
||
|
}
|