From 0a5aff8079c2f7e5a1edb955903a782a80edf764 Mon Sep 17 00:00:00 2001 From: Jakub Koralewski Date: Thu, 26 Nov 2020 09:04:50 +0100 Subject: [PATCH] Edited --- hello_world.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hello_world.c b/hello_world.c index cc5913d..4077cac 100644 --- a/hello_world.c +++ b/hello_world.c @@ -5,5 +5,6 @@ using namespace std; int main() { cout << "hello ASDADASDASD!" << endl; + cout << "edited" << endl; return 0; }