mirror of
https://github.com/deepinsight/insightface.git
synced 2026-03-09 10:20:19 +00:00
9 lines
105 B
C++
9 lines
105 B
C++
//
|
|
// Created by Tunm-Air13 on 2024/4/28.
|
|
//
|
|
|
|
int main() {
|
|
char *n = new char[1024];
|
|
|
|
return 0;
|
|
} |