15 lines
166 B
C++
15 lines
166 B
C++
#include <iostream>
|
|
using namespace std;
|
|
|
|
int main() {
|
|
cout << "Hello World \n";
|
|
return 0;
|
|
int a
|
|
int aa
|
|
int b
|
|
int bb
|
|
}
|
|
int tester(){
|
|
|
|
|
|
} |