diff --git a/du5/program.c b/du5/program.c index 4ab963f..dd550c2 100644 --- a/du5/program.c +++ b/du5/program.c @@ -87,4 +87,6 @@ int main(){ for(int i = 0; i < newPos; i++){ printf("%d %s\n", newScore[i], newName[i]); } + + printf("Hello\n"); } \ No newline at end of file