This program can solve linear equations in 1 variable.
To use the command line tool using Deno , type:
deno run https://debaxom.github.io/linear-eqn/command-line-tool/main.js
For multiplication, use '*' instead of 'x'
For division, use '/' instead of '%'
Use variable 'x' only (lowercase). This is just a prototype.
It can't solve critical problems.
It can solve only linear equations in 1 variable.
Using brackets can break the program. Don't type something like: 2(x+3)=0
Sample Problem: 2x+3=0