You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed the uninitialized value in chapter 1, exercise 9. If last_c was randomly assigned a space, a leading space would never be printed. The fix is to ensure that last_c is always initialized to a value that is not a space to prevent this situation.
0 commit comments