7 lines
114 B
C++
7 lines
114 B
C++
import lsp.test.scheduler.async_executor;
|
|
|
|
int main()
|
|
{
|
|
return lsp::test::scheduler::async_executor::Run();
|
|
}
|