initial; broken
This commit is contained in:
11
cosets/include/util.h
Normal file
11
cosets/include/util.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include<string>
|
||||
|
||||
#include <boost/format.hpp>
|
||||
|
||||
using namespace std;
|
||||
|
||||
std::string greeting(std::string target) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user