CS631 -- Advanced Programming in the UNIX EnvironmentWarmup ExerciseDownload, compile, and run the program welcome.c. $ ftp https://stevens.netmeister.org/631/welcome.c $ cc welcome.c $ ./a.out You should find that unfortunately, and as so often, things aren't quite as easy as we'd like them to be, and our code contains some problems. Debug and fix the issues. [Course Website] |