7 lines
105 B
C++
7 lines
105 B
C++
#include<iostream>
|
|
using namespace::std;
|
|
int main(void)
|
|
{
|
|
cout << "test gcc" << endl;
|
|
return 0;
|
|
} |