This commit is contained in:
ArchZer0
2026-08-16 20:22:18 +08:00
parent d9d392e0a1
commit 1257e5cbdf
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 BDPng!\n";
}