tsl-devkit/lsp-server/src/main.cc

7 lines
91 B
C++

import lsp.cli.launcher;
int main(int argc, char* argv[])
{
return Run(argc, argv);
}