From 35608246edfe8733800b6e3870336a19ebeecc5e Mon Sep 17 00:00:00 2001 From: Adrian Klessa Date: Thu, 26 Nov 2020 08:47:10 +0100 Subject: [PATCH] Zaktualizuj 'hello_world.c' --- hello_world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.c b/hello_world.c index ac9fd98..cc5913d 100644 --- a/hello_world.c +++ b/hello_world.c @@ -4,6 +4,6 @@ using namespace std; int main() { - cout << "hello world!" << endl; + cout << "hello ASDADASDASD!" << endl; return 0; }