mirror of
https://gitee.com/apaki/unicstl.git
synced 2025-05-17 19:41:36 +08:00
17 lines
228 B
C
17 lines
228 B
C
/**
|
|
* @file test.c
|
|
* @author wenjf (Orig5826@163.com)
|
|
* @brief
|
|
* @version 0.1
|
|
* @date 2024-08-27
|
|
*
|
|
* @copyright Copyright (c) 2024
|
|
*
|
|
*/
|
|
#include "test.h"
|
|
|
|
int main(int argc, char const *argv[])
|
|
{
|
|
|
|
return 0;
|
|
} |