test
This commit is contained in:
parent
37776af5db
commit
ab03d5f10c
4045 changed files with 286212 additions and 3 deletions
9
.config/Code/User/History/-52206cdf/Cfol.cpp
Normal file
9
.config/Code/User/History/-52206cdf/Cfol.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
int main(){
|
||||
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
11
.config/Code/User/History/-52206cdf/IKYv.cpp
Normal file
11
.config/Code/User/History/-52206cdf/IKYv.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
#include <QApplication>
|
||||
#include <QLabel>
|
||||
|
||||
int main(int argc, char *argv[]){
|
||||
QApplication app(argc, argv);
|
||||
|
||||
QLabel label("Hello, world!");
|
||||
label.show();
|
||||
|
||||
return app.exec();
|
||||
}
|
12
.config/Code/User/History/-52206cdf/Wfiz.cpp
Normal file
12
.config/Code/User/History/-52206cdf/Wfiz.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();
|
||||
}
|
1
.config/Code/User/History/-52206cdf/entries.json
Normal file
1
.config/Code/User/History/-52206cdf/entries.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"version":1,"resource":"file:///home/rafayahmad/Stuff/Coding/C%2B%2B/STracker/main.cpp","entries":[{"id":"Cfol.cpp","timestamp":1715680510731},{"id":"wW4o.cpp","timestamp":1715680530011},{"id":"Wfiz.cpp","source":"Workspace Edit","timestamp":1715680544495},{"id":"IKYv.cpp","timestamp":1715680547571},{"id":"zCS8.cpp","timestamp":1715680919556}]}
|
10
.config/Code/User/History/-52206cdf/wW4o.cpp
Normal file
10
.config/Code/User/History/-52206cdf/wW4o.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main(){
|
||||
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
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