Our variant is 6
Transfer postfix into prefix. Tests runs with gocheck
- Clone repository
- To lounch
go run cmd/example/main.go
- To input from terminal
go run cmd/example/main.go -e="9 3 /"
- To read from file
go run cmd/example/main.go -f="file.txt"
- To input results into file
go run cmd/example/main.go -e="9 3 /" -o="result.txt"
- To test
go test