Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 237 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 237 Bytes

go-gioui-rpn-calc

An trivial reverse-polish-notation (RPN) calculcator from a Go/Gio beginner

Open cmd/app in a terminal and execute

$ go get

to get the dependencies. Then compile using

$ go build .

from the same directory.