A basic unit converter with a prime number checker.
To run:
Download unitconverter.exe and run it. You may need to make it executable with chmod +x unitconverter.exe.
Compiling:
Make sure you have Deno, NodeJS, and NPM. Or you could install the TypeScript NPM package and run it that way.
Type npm start to run the program.
To make an executable, type: deno compile -A -o unitconverter.exe main.ts.