16 lines
287 B
Markdown
16 lines
287 B
Markdown
To do:
|
|
|
|
- [ ] Write README
|
|
- [ ] Add show more info version
|
|
- [ ] Add division?
|
|
- [ ] Read from file?
|
|
- [ ] Save to file?
|
|
- [ ] Program into a small device, like a calculator?
|
|
- [ ] Allow comments?
|
|
- Use a sed filter?
|
|
|
|
|
|
go run main.go < model.f
|
|
sed 's|//||' model.f | go run main.go
|
|
|