I wrote a simple terminal in the Programming language called go. The terminal has several functions to it like getting a random number function, a math function, and a database function.
Go 1.16
VScode
Library's and packages used
- fmt
- math/rand
- os/user
- time
- fix the database
- add more functions to teh terminal
- fix basic code functions