summaryrefslogtreecommitdiff
path: root/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'main.cc')
-rw-r--r--main.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cc b/main.cc
index 6dfe4004..c998b20c 100644
--- a/main.cc
+++ b/main.cc
@@ -51,6 +51,8 @@ namespace ledger {
var_t<report_t> report(args, 0);
var_t<std::ostream> ostream(args, 1);
+ std::cout << "Hello, world!" << std::endl;
+
report->xacts_report
(xact_handler_ptr(new format_xacts
(*ostream, report->session.register_format)));