Zaktualizuj 'hello_world.c'

This commit is contained in:
Adrian Klessa 2020-11-26 08:47:10 +01:00
parent 71081e1fac
commit 35608246ed

View File

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