diff --git a/hello_world.cpp b/hello_world.cpp index 8316274..6c7cc33 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -2,5 +2,5 @@ #include int main(int argc, char** argv) { - printf("Hello World!\n"); + printf("Hello IS593 World!\n"); }