mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 03:49:42 +08:00
10 lines
134 B
C++
10 lines
134 B
C++
#include<iostream>
|
|
#include<QString>
|
|
#include "test.h"
|
|
int main()
|
|
{
|
|
std::cout << "hello";
|
|
int a=10;
|
|
QString ss;
|
|
std::cin >> a;
|
|
} |