mirror of
https://github.com/deepinsight/insightface.git
synced 2026-01-11 18:30:16 +00:00
10 lines
113 B
C++
10 lines
113 B
C++
/**
|
|
* Created by Jingyu Yan
|
|
* @date 2024-10-01
|
|
*/
|
|
|
|
int main() {
|
|
char *n = new char[1024];
|
|
|
|
return 0;
|
|
} |