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