Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 377 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 377 Bytes

Doubler Assignment

Add code to Doubler.doubleIt() to return a doubled value.

Run your code with:

make run

Or go to MyMain and click on Run above the main() method.

Run your tests with:

make test

Clean the build directory with:

make clean