Skip to content

wbehrens-on-gh/csc-285

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.