File indexing completed on 2024-04-21 04:43:23

0001 // This is an example not a library
0002 /*
0003     SPDX-FileCopyrightText: 2009 Daniel Nicoletti <dantti85-pk@yahoo.com.br>
0004 
0005     SPDX-License-Identifier: GPL-2.0-or-later
0006 */
0007 
0008 #include "PkExampleHelper.h"
0009 
0010 int main(int argc, char *argv[])
0011 {
0012     PkExampleHelper example(argc, argv);
0013     return example.exec();
0014 }