Gaurav2612 / Hactoberfest2022

0 stars 5 forks source link

Changed main() return type from <void> to the standard <int> #13

Closed NULLbodyHERE closed 2 years ago

NULLbodyHERE commented 2 years ago

Resolved error with main function since it was of type void. Changed it to type int.