CodeCommitsIssuesPull requestsActionsInsightsSecurity
BayoNet-feature/randomASKII-function

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

utils/compressor/main.cpp

6lines · modecode

1int mainEntryClickHouseCompressor(int argc, char ** argv);
2
3int main(int argc, char ** argv)
4{
5 return mainEntryClickHouseCompressor(argc, argv);
6}