11 lines
128 B
C++
11 lines
128 B
C++
#pragma once
|
|
|
|
#include<string>
|
|
|
|
#include <boost/format.hpp>
|
|
|
|
using namespace std;
|
|
|
|
std::string greeting(std::string target) {
|
|
|
|
} |