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] 852d59b0b3
Initial commit
2023-11-23 08:19:32 +00:00

8 lines
140 B
C++

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