forked from xin/TowerOptoSifAndSpectral
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;
|
||
|
|
}
|