mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
7 lines
151 B
C++
7 lines
151 B
C++
int mainEntryClickHouseCompressor(int argc, char ** argv);
|
|
|
|
int main(int argc, char ** argv)
|
|
{
|
|
return mainEntryClickHouseCompressor(argc, argv);
|
|
}
|