3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
#include <thread>
|
|
|
|
std::jthread t([] { std::cout << "Hello" << std::endl; }); |