文件提交

This commit is contained in:
2021-10-28 13:34:00 +08:00
parent 4f62b7d9af
commit b69a5a14a9
5 changed files with 39 additions and 0 deletions

10
main.cpp Normal file
View File

@ -0,0 +1,10 @@
#include<iostream>
#include<QString>
#include "test.h"
int main()
{
std::cout << "hello";
int a=10;
QString ss;
std::cin >> a;
}