This commit is contained in:
2025-04-15 18:38:03 +08:00
commit 23537c3ae9
12 changed files with 799 additions and 0 deletions

13
tools.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef COURSE_DESIGN_TOOLS_H_
#define COURSE_DESIGN_TOOLS_H_
#include "chrono"
#include "iostream"
#include "sqlite3.h"
#include "string"
#include "iomanip"
#include "vector"
std::string get_utc8_time();
#endif