This repository has been archived on 2024-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
SDi-STOMP/main.cpp
github-classroom[bot] b3cc535790
Initial commit
2024-01-20 10:43:33 +00:00

8 lines
140 B
C++

#include <QApplication>
int main(int argc, char *argv[]) {
QApplication application(argc, argv);
return application.exec();
}