libcs50
libcs50 copied to clipboard
Fix get_int Bug on this test
in line 6:
get_int parentheses should have any string " int get_int(const char *format, ...) attribute((format(printf, 1, 2))); "
so, let's fix it...