Closed makigumo closed 7 years ago
Hello!
The program segfaults with 'Segmentation fault: 11'.
This is because banner() is called before output is initialized. Therefore move the call down after the initialization.
banner()
output
Hello!
The program segfaults with 'Segmentation fault: 11'.
This is because
banner()
is called beforeoutput
is initialized. Therefore move the call down after the initialization.