fermi/README.md

16 lines
287 B
Markdown
Raw Normal View History

2024-05-10 19:09:35 +00:00
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