mirror of
https://github.com/zs-yg/kortapp-z.git
synced 2025-12-07 00:20:43 +08:00
添加内存锻炼器代码
This commit is contained in:
11
others/C/memory/src/version.c
Normal file
11
others/C/memory/src/version.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "../include/memory_trainer.h"
|
||||
|
||||
// 获取版本信息
|
||||
const wchar_t* get_version_string(void) {
|
||||
return L"内存锻炼器 v1.0.0";
|
||||
}
|
||||
|
||||
// 获取构建日期
|
||||
const wchar_t* get_build_date(void) {
|
||||
return L"2025-06-01";
|
||||
}
|
||||
Reference in New Issue
Block a user