7 lines
96 B
C++
7 lines
96 B
C++
import lsp.test.provider.main;
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
return Run(argc, argv);
|
|
}
|