Files
BDPng/BDPng.cpp
T
2026-08-16 20:22:18 +08:00

6 lines
82 B
C++

#include <iostream>
void say_hello(){
std::cout << "Hello, from BDPng!\n";
}