Added additional output of application.

This commit is contained in:
Stephan Rehfeld 2025-10-21 15:23:39 +02:00
parent 90665b316b
commit d5eda887bb

2
main.c
View File

@ -8,5 +8,7 @@ int main(void) {
foo();
puts("Closing application...");
return EXIT_SUCCESS;
}