add function name

This commit is contained in:
chatlanin
2024-07-10 13:02:15 +03:00
parent 27f222adce
commit 63c712207d
2 changed files with 6 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
auto main(int argc, char *argv[]) -> int
{
hack::exception ex;
ex.service("test service");
ex.log();
}