11 lines
136 B
C
11 lines
136 B
C
#include <iostream>
|
|
|
|
using namespace std;
|
|
|
|
int main() {
|
|
|
|
cout << "hello ASDADASDASD!" << endl;
|
|
cout << "edited" << endl;
|
|
return 0;
|
|
}
|