diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2023-07-27 11:53:19 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2023-07-27 11:53:19 -0230 |
| commit | e89fd14004291f65998b8fa6b5febc2d2fdc52d6 (patch) | |
| tree | 40dda188656c8505ad6fa9aa30ebd8a4cab34e06 /main.go | |
| parent | 1743ab7e7f9a38acff10fb6593dbc2e2f8c6f7ab (diff) | |
| download | pfc-e89fd14004291f65998b8fa6b5febc2d2fdc52d6.zip | |
addition operator
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -7,13 +7,6 @@ import ( "github.com/charmbracelet/bubbletea" ) -type Calculator struct { - stack Stack - buffer string -} - -type Stack []float64 - func main() { if _, err := tea.NewProgram(new(UI)).Run(); err != nil { fmt.Fprintf(os.Stderr, "%v", err) |