Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 501 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 501 Bytes

Twos-Complement

About

This repository contains a simple program to convert numbers to two's complement. It is written entirely in C++.

Compilation

make

Clean Build

make clean

Execution

./twoscomplement

Note: The compilation and execution step can be combined into a single step by running: make run.

License

This repository is licensed under the MIT License.