mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-11-04 05:03:59 +01:00
8 lines
85 B
C++
8 lines
85 B
C++
|
#include "worker.h"
|
||
|
|
||
|
void worker()
|
||
|
{
|
||
|
std::cout << "Hello, World!" << std::endl;
|
||
|
}
|
||
|
|