This commit is contained in:
jie
2024-10-14 18:08:50 +08:00
commit c587572432
4 changed files with 190 additions and 0 deletions

1
build.sh Executable file
View File

@@ -0,0 +1 @@
g++ -o demo main.cc -I/usr/include/mysql -lmysqlclient -std=c++23 -g