niegfg / Hacktoberfest-2022

Open Source repo by NIE GFG Student Chapter for Hacktoberfest 2022.
8 stars 16 forks source link

added calculator program in golang. please review it and merge it under the hacktoberfest label. #6

Open Abhishek3223 opened 1 year ago

Abhishek3223 commented 1 year ago

ahmadsohail404 commented 1 year ago

Things to be fixed -

  1. on line 14, remove the space between : and =
  2. Do the basic exception handling (e.g on dividing a number by zero print an error message)
ahmadsohail404 commented 1 year ago

updates? @Abhishek3223