SHA256
6 lines
82 B
C++
6 lines
82 B
C++
#include <iostream>
|
|
|
|
void say_hello(){
|
|
std::cout << "Hello, from BDPng!\n";
|
|
}
|