Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 465 Bytes

readme.md

File metadata and controls

12 lines (7 loc) · 465 Bytes

CSC-285: D$ && The Cents

Code for Applied Discrete Structures (csc-285).

Building

To build and run this code use go build <path/to/file.go>. The programs you can execute can be found in the src/cmd directory.

D2CC

D$'s 2 Cents converter is a program written in Go to convert from binary TO base 10 and base 16 then convert to binary FROM base 10 and base 16. It includes a basic "tui" menu for selecting the operation and not much else.