Update README.md
This commit is contained in:
parent
2d22f00efb
commit
f28545b05e
11
README.md
11
README.md
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user