Files
TowerOptoSifAndSpectral/main.cpp

10 lines
134 B
C++
Raw Normal View History

2021-10-28 13:34:00 +08:00
#include<iostream>
#include<QString>
#include "test.h"
int main()
{
std::cout << "hello";
int a=10;
QString ss;
std::cin >> a;
}