This is the starter repository for the ConsoleKatas assignment.
Each method has its own test file, so GitHub Classroom can show separate results.
- Open
src/main/java/com/example/project/ConsoleKatas.java. - Each method has a
TODO. Implement them one by one. - Run tests locally with:
gradle testGitHub Classroom will run:
gradle -q testto check your work automatically.