GPT first
This commit is contained in:
12
src/main.cpp
Normal file
12
src/main.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <QCoreApplication>
|
||||
#include "backend.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QCoreApplication a(argc, argv);
|
||||
|
||||
Backend backend;
|
||||
backend.start();
|
||||
|
||||
return a.exec();
|
||||
}
|
||||
Reference in New Issue
Block a user