mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-04-30 03:34:42 +00:00
ref #28 fix readme
This commit is contained in:
parent
95b8359efd
commit
c25ec6e68f
@ -54,7 +54,7 @@ Create objects of the BigInt class, and do what you got to do!
|
|||||||
``` cpp
|
``` cpp
|
||||||
#include <quasarapp.h>
|
#include <quasarapp.h>
|
||||||
|
|
||||||
if (!QuasarAppUtils::Params::parseParams(argc, argv)) {
|
if (!QuasarAppUtils::Params::parseParams(argc, argv)) {
|
||||||
QuasarAppUtils::Params::log("Warning message", QuasarAppUtils::Warning);
|
QuasarAppUtils::Params::log("Warning message", QuasarAppUtils::Warning);
|
||||||
|
|
||||||
Help::Charters help = {
|
Help::Charters help = {
|
||||||
@ -68,5 +68,5 @@ Create objects of the BigInt class, and do what you got to do!
|
|||||||
|
|
||||||
QuasarAppUtils::Help::print(help);
|
QuasarAppUtils::Help::print(help);
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user