Update README.md

This commit is contained in:
ccrainx 2025-12-24 06:09:28 +00:00
parent 2d22f00efb
commit f28545b05e

View File

@ -1,3 +1,10 @@
# golang_calculator
# Golang Calculator
just a simple golang calculator just to show I know golang to a degree nothing major here
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