mirror of
https://github.com/deepinsight/insightface.git
synced 2026-02-02 23:40:17 +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;
|
||
|
|
}
|