Skip to content

Welcome to goCalculator, a simple yet powerful calculator implemented in the Go programming language! This repository serves as a learning resource for anyone interested in understanding the fundamentals of Go programming or exploring basic calculator functionality in a concise codebase.

Notifications You must be signed in to change notification settings

Njoxpy/go-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Calculator in Go

This is a simple calculator program written in Go that performs arithmetic.

Getting Started

Prerequisites

  • Go installed on your machine. You can download it from here.

Usage

  1. Clone the repository:

    git clone https://github.com/Njoxpy/go-calculator
    
  2. Navigate to the "calculator" folder:

    cd calculator
    
  3. Run the program:

    go run calculator.go

Contributing

If you'd like to contribute to this project, feel free to submit a pull request or open an issue.

Code explanation

About

Welcome to goCalculator, a simple yet powerful calculator implemented in the Go programming language! This repository serves as a learning resource for anyone interested in understanding the fundamentals of Go programming or exploring basic calculator functionality in a concise codebase.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages