1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-23 02:38:51 -05:00

calculator

This commit is contained in:
hrocho 2018-04-19 11:27:37 +02:00
parent 6e85043ce8
commit 72f999f843

View File

@ -15,7 +15,7 @@ using namespace catima;
using json = nlohmann::json; using json = nlohmann::json;
void help(){ void help(){
std::cout<<"usage: catima_calculator [options]"; std::cout<<"usage: catima_calculator config_file.json\n";
} }
json load_json(const char *fname); json load_json(const char *fname);