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