Init cmake

This commit is contained in:
ArchZer0
2026-08-16 18:38:40 +08:00
parent 9a7a6702ae
commit b6833833b0
4 changed files with 33 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
#include <iostream>
void say_hello(){
std::cout << "Hello, from PssPhoto!\n";
}