2025-12-24 06:13:34 +00:00
2025-12-24 06:05:35 +00:00
2025-12-24 06:05:35 +00:00
2025-12-24 06:13:34 +00:00
2025-12-24 06:09:28 +00:00

Golang Calculator

A simple command-line calculator written in Go, created to demonstrate practical proficiency with the language.

Features

  • Supports basic arithmetic: addition (+), subtraction (-), multiplication (*), and division (/)
  • Input validation to ensure correct operator and numeric input
  • Handles division by zero gracefully
  • Structured using functions and clear control flow
Description
No description provided
Readme MIT 31 KiB
Languages
Go 100%