cs50 / libcs50

This is CS50's Library for C.
https://cs50.readthedocs.io/libraries/cs50/c/
GNU General Public License v3.0
1.74k stars 853 forks source link

Fix get_int Bug on this test #283

Open IslamAbdelslam opened 1 year ago

IslamAbdelslam commented 1 year ago

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...