You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple demo using a Java calculator located in Calculator.java and a test file CalculatorTest.java that uses simple output expectation matching to test the calculator.
To run the tests, you can use the following command:
make test
About
A simple Java calculator built with Copilot. Use this repository as a reference for building a similar calculator during a demo.