This commit is contained in:
Jakub Koralewski 2020-11-26 09:04:50 +01:00
parent 35608246ed
commit 0a5aff8079

View File

@ -5,5 +5,6 @@ using namespace std;
int main() {
cout << "hello ASDADASDASD!" << endl;
cout << "edited" << endl;
return 0;
}