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; }