test
This commit is contained in:
parent
37776af5db
commit
ab03d5f10c
4045 changed files with 286212 additions and 3 deletions
12
.config/Code/User/History/-52206cdf/zCS8.cpp
Normal file
12
.config/Code/User/History/-52206cdf/zCS8.cpp
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include <QApplication>
|
||||
#include <QLabel>
|
||||
|
||||
int main(int argc, char *argv[]){
|
||||
|
||||
QApplication app(argc, argv);
|
||||
|
||||
QLabel label("Hello, world!");
|
||||
label.show();
|
||||
|
||||
return app.exec();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue